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

(Last Changed on April 23, 2014 for git-revision ebe1c7faf637f8fd916f5115218b6bf780367afd.)

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

double nr_generic (double y, double a, pinit_f p_get_initial_x, pinit_f pfun, pinit_f pdfun)
 Description not yet available. More...
 

Detailed Description

Description not yet available.

Definition in file normmix2.cpp.

Typedef Documentation

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

Definition at line 13 of file normmix2.cpp.

Function Documentation

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.

Referenced by inv_cumd_normal_logistic_mixture(), and inv_cumd_normal_mixture().