Statistics::GaussHelmert 0.05
Sponsored Links
Statistics::GaussHelmert 0.05 Ranking & Summary
File size:
0.013 MB
Platform:
Any Platform
License:
Perl Artistic License
Price:
Downloads:
838
Date added:
2007-07-08
Publisher:
Stephan Heuel
Statistics::GaussHelmert 0.05 description
Statistics::GaussHelmert is a general weighted least squares estimation module.
SYNOPSIS
use Statistics::GaussHelmert;
# create an empty model
my $estimation = new Statistics::GaussHelmert;
# setup the model given observations $y, covariance matrices
# $Sigma_yy, an initial guess $b0 for the unknown parameters.
$estimation->observations($y);
$estimation->covariance_observations($Sigma_yy);
$estimation->initial_guess($b0);
# specify the implicit model function and its Jacobians by using
# closures.
$estimation->observation_equations(sub { ... });
$estimation->Jacobian_unknowns(sub { ... });
$estimation->Jacobian_observations(sub { ... });
# Maybe we want to impose some constraints on the unknown
# parameters, this is not mandatory
$estimation->constraints(sub { ... });
$estimation->Jacobian_constraints(sub { ... });
# start estimation
$estimation->start(verbose => 1);
# print result
print $estimation->estimated_unknown(),
$estimation->covariance_unknown();
This module is a flexible tool for estimating model parameters given a set of observations. The module provides function for a linear estimation model, the underlying model is called Gauss-Helmert model.
Statistics::GaussHelmert is different to modules such as Statistics::OLS in the sense that it may fit arbitrary functions to data of any dimensions. You have to specify an implicit minimization function (in contrast to explicit functions as in traditional regression methods) and its derivatives with respects to the unknown and the observations. You may also specify constraint function on the unknowns (with its derivative). Furthermore you already need an approximate solution. For some problems it is easy finding approximate solutions by directly solving for the unknown parameters with some well chosen observations.
SYNOPSIS
use Statistics::GaussHelmert;
# create an empty model
my $estimation = new Statistics::GaussHelmert;
# setup the model given observations $y, covariance matrices
# $Sigma_yy, an initial guess $b0 for the unknown parameters.
$estimation->observations($y);
$estimation->covariance_observations($Sigma_yy);
$estimation->initial_guess($b0);
# specify the implicit model function and its Jacobians by using
# closures.
$estimation->observation_equations(sub { ... });
$estimation->Jacobian_unknowns(sub { ... });
$estimation->Jacobian_observations(sub { ... });
# Maybe we want to impose some constraints on the unknown
# parameters, this is not mandatory
$estimation->constraints(sub { ... });
$estimation->Jacobian_constraints(sub { ... });
# start estimation
$estimation->start(verbose => 1);
# print result
print $estimation->estimated_unknown(),
$estimation->covariance_unknown();
This module is a flexible tool for estimating model parameters given a set of observations. The module provides function for a linear estimation model, the underlying model is called Gauss-Helmert model.
Statistics::GaussHelmert is different to modules such as Statistics::OLS in the sense that it may fit arbitrary functions to data of any dimensions. You have to specify an implicit minimization function (in contrast to explicit functions as in traditional regression methods) and its derivatives with respects to the unknown and the observations. You may also specify constraint function on the unknowns (with its derivative). Furthermore you already need an approximate solution. For some problems it is easy finding approximate solutions by directly solving for the unknown parameters with some well chosen observations.
Statistics::GaussHelmert 0.05 Screenshot
Advertisements
Statistics::GaussHelmert 0.05 Keywords
GaussHelmert
GaussHelmert 0.05
weighted least squares estimation
Weighted least squares
least squares estimation
Least squares
observations
estimation
model
unknown
module
sub
Statistics::GaussHelmert
StatisticsGaussHelmert
Statistics::GaussHelmert 0.05
Libraries
Bookmark Statistics::GaussHelmert 0.05
Statistics::GaussHelmert 0.05 Copyright
WareSeeker periodically updates pricing and software information of Statistics::GaussHelmert 0.05 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Statistics::GaussHelmert 0.05 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed
Featured Software
Want to place your software product here?
Please contact us for consideration.
Contact WareSeeker.com
Related Information
ordinary least squares estimation
Least-squares estimation of linear regression coefficients
weighted least squares regression
an algorithm for least squares estimation of nonlinear parameters
least squares estimation matlab
two stage least squares estimation
weighted least squares fit
linear least squares estimation
generalized least squares estimation
weighted least squares sas
least squares estimation from gauss to kalman
recursive least squares estimation
least squares fitting
models sporting goods
estimation inc
least squares method
americau0027s next top model
moon observations
Related Software
Statistics::LineFit module least squares line fit, weighted or unweighted. Free Download
Statistics::OLS is a Perl module to perform ordinary least squares and associated statistics. Free Download
Statistics::LTU is an implementation of Linear Threshold Units. Free Download
Candidates is a Perl5 module for manipulating candidate features (help module for Statistics::MaxEntropy). Free Download
Statistics::Distributions is a Perl module for calculating critical values and upper probabilities of common statistical distos. Free Download
Test::TestCoverage is Perl module to test if your test covers all public subroutines of the package. Free Download
Class::Maker Perl module contains classes, reflection, schema, serialization, attribute- and multiple inheritance. Free Download
Statistics::PointEstimation is a Perl module for computing confidence intervals in parameter estimation. Free Download
Latest Software
Popular Software
Favourite Software