philrob_jacobian: Jacobian of the Phillips and Robinson's model equations

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/philrob.R

Description

Jacobian of the Phillips and Robinson's model equations

Usage

1

Arguments

y

The state

parms

Model's parameters (optional, see philrob_default_parms)

Value

The jacobian of the model's equations (for constant forcing)

Author(s)

Pablo Rodríguez-Sánchez (https://pabrod.github.io)

References

Phillips AJK, Robinson PA. A Quantitative Model of Sleep-Wake Dynamics Based on the Physiology of the Brainstem Ascending Arousal System. J Biol Rhythms. 2007 Apr 29;22(2):167–79. Available from: http://journals.sagepub.com/doi/10.1177/0748730406297512

See Also

philrob, dPhilrob

Examples

1
2
y <- c(Vv = 1, Vm = 1, H = 1)
J <- philrob_jacobian(y)

PabRod/sleepR documentation built on Dec. 21, 2020, 3:27 p.m.