psplot: Partial Sum Plot

View source: R/ssr.R

psplotR 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')

sisireg documentation built on Aug. 8, 2025, 7:03 p.m.

Related to psplot in sisireg...