BoxCoxSSE
SSE and confidence interval for Box-Cox transformations
Syntax
Description
[
computes the sum of squares error sse, ci, lambda_out] = BoxCoxSSE(model, lambda_in)sse and confidence interval
ci for values of the model under different Box-Cox transforms as
given by the parameter lambda).
[
returns the default value in sse, ci, lambda_out] = BoxCoxSSE(Model)lambda_out when
lambda_in is not specified.
BoxCoxSSE( If no output arguments
are requested then a plot of SSE versus lambda is displayed. The confidence intervals are
also displayed on this plot.model, ...)
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2007a