sdemodel | R Documentation |
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)
phi |
Transformation formula |
phiprime |
Optional formula for derivative of |
beta0, beta1 |
Optional formulas or constants, possibly giving a re-parameterization,. |
t0, x0 |
Formulas or constants for the initial condition. |
mu0 |
Formula or constant for the initial condition |
mup, mum |
Formulas or constants for the process and measurement |
List with model specification, to be used by sdefit()
.
richards <- sdemodel(phi=~x^c, beta0=~b*a^c, beta1=~-b, mum=0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.