ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
cumdist.cpp File Reference

(Last Changed on July 12, 2013 for git-revision cfce19d5d17e5f8772d8552a6e0e5753213ca15b.)

Description not yet available. More...

#include <fvar.hpp>

Go to the source code of this file.

Functions

double bounded_cumd_norm (const double x, double beta)
 Description not yet available. More...
 
double cumd_norm (const double &x)
 Culative normal distribution; constant objects. More...
 
double inv_cumd_norm (const double &x)
 Description not yet available. More...
 
double inv_cumd_norm_inner (double x)
 Description not yet available. More...
 
double normal_tail_right (const double &x)
 Description not yet available. More...
 

Detailed Description

Description not yet available.

Definition in file cumdist.cpp.

Function Documentation

double bounded_cumd_norm ( const double  x,
double  beta 
)

Description not yet available.

Parameters

Definition at line 119 of file cumdist.cpp.

Referenced by norm_to_gamma().

double inv_cumd_norm ( const double &  x)
double inv_cumd_norm_inner ( double  x)

Description not yet available.

Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.

Parameters

Definition at line 40 of file cumdist.cpp.

Referenced by inv_cumd_norm(), and inv_cumd_norm_logistic().

double normal_tail_right ( const double &  x)

Description not yet available.

Parameters

Definition at line 20 of file cumdist.cpp.