-
-
24 May 2019 14:37:58 UTC
- Distribution: Math-LOESS
- Module version: 0.0001
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues
- Testers (148 / 1 / 4)
- Kwalitee
Bus factor: 1- % Coverage
- License: perl_5
- Perl: v5.10.0
- Activity
24 month- Tools
- Download (87.42KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
NAME
Math::LOESS::Outputs - Math::LOESS basic fit outputs
VERSION
version 0.0001
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 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.
Module Install Instructions
To install Math::LOESS, copy and paste the appropriate command in to your terminal.
cpanm Math::LOESS
perl -MCPAN -e shell install Math::LOESS
For more information on module installation, please visit the detailed CPAN module installation guide.