psvalid | R Documentation |
Checks, if a given regression function is adequate with respect to the partial sum criterium.
psvalid(dat,mu)
dat |
obervations. |
mu |
discrete regression function. |
valid |
function is valid? |
Dr. Lars Metzner
Dr. Lars Metzner (2021) Adäquates Maschinelles Lernen. Independently Published.
psvalid(sin(seq(-pi, pi, length.out = 200))+rnorm(200),
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.