spline_stats.Rd
This function computes 4 splines, from median, iqr, mean and standard deviation values.
spline_stats(dat)
The data matrix
A list with following components
med.spline
The spline computed from the median values.
iqr.spline
The spline computed from IQR values.
mean.spline
The spline computed from mean values.
sd.spline
The spline computed from standard deviation values.
mean.dat
The mean of the data matrix.
sd.dat
The standard deviation of the data matrix.