Box-Cox plot
boxcoxplot(data) boxcoxplot(data,nbpoints)
a m-by-1 matrix of doubles, greater or equal to zero, the data to transform
a double, the number of points in the plot (default=100)
boxcoxplot presents a graphics showing the log-likelihood depending on the value of lambda. The optimal value of lambda is shown as a red star in the plot.
data = [0.15 0.09 0.18 0.10 0.05 0.12 0.08]; scf(); boxcoxplot(data) | ![]() | ![]() |