-
-
07 Jun 2016 01:45:03 UTC
- Distribution: Math-BivariateCDF
- Module version: 0.02
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (907 / 2 / 0)
- Kwalitee
Bus factor: 1- 100.00% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (51.41KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors-
Binary.com
- Dependencies
- ExtUtils::MakeMaker
- Test::More
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Math::BivariateCDF - Perl extension for Bivariate CDF functions.
SYNOPSIS
use Math::BivariateCDF qw(bivnor); my $cdf = Math::BivariateCDF::bivnor( 0.036412293026205, 0.0708220179920969, 0.734208757779421 ); print $cdf; #0.359905409368831
DESCRIPTION
This is a Perl wrapper for TOMS462 C library which evaluates the upper right tail of the bivariate normal distribution. Wikipedia: https://en.wikipedia.org/wiki/Multivariate_normal_distribution#Bivariate_case .
EXPORT
Exportable functions
double bivnor ( double ah, double ak, double r )
SEE ALSO
https://people.sc.fsu.edu/~jburkardt/c_src/toms462/toms462.html
AUTHOR
binary.com, <support@binary.com<gt>
COPYRIGHT AND LICENSE
Copyright (C) 2016 by binary.com.
This module are distributed under the GNU LGPL license.
Module Install Instructions
To install Math::BivariateCDF, copy and paste the appropriate command in to your terminal.
cpanm Math::BivariateCDF
perl -MCPAN -e shell install Math::BivariateCDF
For more information on module installation, please visit the detailed CPAN module installation guide.