powered by
Specify transformation and re-parametrizations for reducible SDE model.
sdemodel(phi=~x, phiprime=NULL, beta0=~beta0, beta1=~beta1, t0=0, x0=0, mu0=0, mup=1, mum=1)
List with model specification, to be used by sdefit().
sdefit()
Transformation formula \(y = \varphi(x, parameters)\).
Optional formula for derivative of phi.
phi
Optional formulas or constants, possibly giving a re-parameterization,.
Formulas or constants for the initial condition.
Formula or constant for the initial condition \(\sigma_0\) multiplier.
Formulas or constants for the process and measurement \(\sigma\) multipliers.
richards <- sdemodel(phi=~x^c, beta0=~b*a^c, beta1=~-b, mum=0)
Run the code above in your browser using DataLab