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

(Last Changed on November 08, 2014 for git-revision 79598c1581cf4eb0a19cf26876451a474017e7e0.)

Description not yet available. More...

#include <df1b2fun.h>

Go to the source code of this file.

Typedefs

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

Functions

static double cumd_normal_logistic_mixture (double x, double a)
 Description not yet available. More...
 
static double cumd_normal_logistic_mixture_initx (double y, double a)
 Description not yet available. More...
 
static double df_cumd_normal_logistic_mixture (double x, double a)
 Description not yet available. More...
 
df1b2variable inv_cumd_normal_logistic_mixture (const df1b2variable &_yy, double a)
 Description not yet available. More...
 
double nr_generic (double y, double a, 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 df1b2normmix2.cpp.

Typedef Documentation

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

Definition at line 15 of file df1b2normmix2.cpp.

Function Documentation

static double cumd_normal_logistic_mixture ( double  x,
double  a 
)
static

Description not yet available.

Parameters

Definition at line 24 of file df1b2normmix2.cpp.

Referenced by inv_cumd_normal_logistic_mixture().

static double cumd_normal_logistic_mixture_initx ( double  y,
double  a 
)
static

Description not yet available.

Parameters

Definition at line 71 of file df1b2normmix2.cpp.

Referenced by inv_cumd_normal_logistic_mixture().

static double df_cumd_normal_logistic_mixture ( double  x,
double  a 
)
static

Description not yet available.

Parameters

Definition at line 46 of file df1b2normmix2.cpp.

Referenced by inv_cumd_normal_logistic_mixture().

df1b2variable inv_cumd_normal_logistic_mixture ( const df1b2variable _yy,
double  a 
)

Description not yet available.

Parameters

Definition at line 93 of file df1b2normmix2.cpp.

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

Description not yet available.

Parameters

Definition at line 73 of file normmix2.cpp.

Variable Documentation

double cc =0.39894228040143267794
static