getPrevY.discr {stpm} | R Documentation |
An internal function to compute previous value of physiological variable Y based on discrete-time model
Description
An internal function to compute previous value of physiological variable Y based on discrete-time model
Usage
getPrevY.discr(y2, u, R, Sigma)
Arguments
y2 |
y2 |
u |
u |
R |
R |
Sigma |
Sigma |
Value
y1 Previous value of y
[Package stpm version 1.7.12 Index]