NAME
Math::LOESS::Outputs - Math::LOESS basic fit outputs
VERSION
version 0.001000
DESCRIPTION
You normally don't need to construct object of this class yourself. Instead you get the object from an Math::LOESS object after its fit()
method is called.
ATTRIBUTES
fitted_values
Fitted values.
fitted_residuals
Fitted residuals.
pseudovalues
Adjusted values of the response when robust estimation is used.
diagnal
Diagonal of the operator hat matrix.
robust
Robustness weights for robust fitting.
divisor
Normalization divisors for numeric predictors.
enp
Equivalent number of parameters.
residual_scale
Estimate of the scale of residuals.
one_delta
Statistical parameter used in the computation of standard errors.
two_delta
Statistical parameter used in the computation of standard errors.
trace_hat
Trace of the operator hat matrix.
SEE ALSO
AUTHOR
Stephan Loyd <sloyd@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2019-2023 by Stephan Loyd.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.