powered by
Plots the Partial Sums with their quantiles for a given set of observations und the corresponding regression function.
psplot(dat, mu, text = 'Sample')
No explicit return value: a plot is generated
observations.
regression function.
title of the chart.
Dr. Lars Metzner
Dr. Lars Metzner (2021) Adäquates Maschinelles Lernen. Independently Published.
psplot(sin(seq(-pi, pi, length.out = 200))+rnorm(200), sin(seq(-pi, pi, length.out = 200)), text='Test')
Run the code above in your browser using DataLab