ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Typedefs | Functions | Variables
normmix.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.

Typedefs

typedef double(* pinit_f )(double y, double a)
 

Functions

static double cumd_normal_mixture (double x, double a)
 Description not yet available. More...
 
static double cumd_normal_mixture_initx (double y, double a)
 Description not yet available. More...
 
static double df_cumd_normal_mixture (double x, double a)
 Description not yet available. More...
 
dvariable inv_cumd_normal_mixture (const prevariable &_yy, double a)
 Description not yet available. More...
 
double nr_generic (double y, pinit_f p_get_initial_x, pinit_f pfun, pinit_f pdfun)
 Description not yet available. More...
 

Variables

static double cc =0.39894228040143267794
 

Detailed Description

Description not yet available.

Definition in file normmix.cpp.

Typedef Documentation

typedef double(* pinit_f)(double y, double a)

Definition at line 15 of file normmix.cpp.

Function Documentation

static double cumd_normal_mixture ( double  x,
double  a 
)
static

Description not yet available.

Parameters

Definition at line 21 of file normmix.cpp.

static double cumd_normal_mixture_initx ( double  y,
double  a 
)
static

Description not yet available.

Parameters

Definition at line 44 of file normmix.cpp.

Referenced by inv_cumd_normal_mixture().

static double df_cumd_normal_mixture ( double  x,
double  a 
)
static

Description not yet available.

Parameters

Definition at line 32 of file normmix.cpp.

Referenced by inv_cumd_normal_mixture().

dvariable inv_cumd_normal_mixture ( const prevariable _yy,
double  a 
)

Description not yet available.

Parameters

Definition at line 94 of file normmix.cpp.

double nr_generic ( double  y,
pinit_f  p_get_initial_x,
pinit_f  pfun,
pinit_f  pdfun 
)

Description not yet available.

Parameters

Definition at line 66 of file normmix.cpp.

Variable Documentation

double cc =0.39894228040143267794
static

Definition at line 13 of file normmix.cpp.

Referenced by df_cumd_normal_mixture().