runvalid | R Documentation |
Checks, if a given regression function is adequate with respect to the maximum run criterium.
runvalid(dat,mu,k=NULL)
dat |
obervations. |
mu |
discrete regression function. |
k |
optional: maximum run length. |
valid |
function is valid? |
Dr. Lars Metzner
Dr. Lars Metzner (2021) Adäquates Maschinelles Lernen. Independently Published.
runvalid(sin(seq(-pi, pi, length.out = 200))+rnorm(200)/2,
sin(seq(-pi, pi, length.out = 200)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.