Main > Programming > Libraries >

Statistics::GaussHelmert 0.05

Statistics::GaussHelmert 0.05

Sponsored Links

Statistics::GaussHelmert 0.05 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
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.

Statistics::GaussHelmert 0.05 Screenshot

Advertisements

Statistics::GaussHelmert 0.05 Keywords

Bookmark Statistics::GaussHelmert 0.05

Hyperlink code:
Link for forum:

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

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
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