Skip to contents

Calculates the probability distribution of length-at-age using the normal probability density function

Usage

calc_LAK(len_a, sd_la, lbin, nl = length(lbin) - 1)

Arguments

len_a

Vector of length-at-age

sd_la

Vector of standard deviation in length-at-age

lbin

Vector of the lower boundary of the length bins

nl

Integer, number of length bins (default is length(lbin) - 1)

Value

Matrix by age (rows) and length (columns)