psplot {sisireg}R Documentation

Partial Sum Plot

Description

Plots the Partial Sums with their quantiles for a given set of observations und the corresponding regression function.

Usage

psplot(dat, mu, text = 'Sample')

Arguments

dat

observations.

mu

regression function.

text

title of the chart.

Value

No explicit return value: a plot is generated

Author(s)

Dr. Lars Metzner

References

Dr. Lars Metzner (2021) Adäquates Maschinelles Lernen. Independently Published.

Examples

psplot(sin(seq(-pi, pi, length.out = 200))+rnorm(200),
  sin(seq(-pi, pi, length.out = 200)), text='Test')

[Package sisireg version 1.1.1 Index]