setParameters
set parameters to new values
Declaration
params = parameters()
Returns
params
structure with fields (K,M,lambda,maternT,maternAlpha)
Discussion
Pass a structure with (K,M,lambda,maternT,maternAlpha) to set to new values. The advantage to using this method instead of calling the individual parameters, is that computation will be delayed until all parameters are set.
You can optionally pass a subset of parameters, and others will retain their default value.