Ginan
Loading...
Searching...
No Matches
lambda.cpp File Reference

Functions

double erfar (double x)
 
double normcdfar (double x, double mu, double sigma)
 
void rsort (double *Pd, int *index, int dim)
 
double ffratio (double PfILS, int n, double Pf)
 
int LD (int n, const double *Q, double *L, double *D)
 
void gauss (int n, double *L, double *Z, int i, int j)
 
void perm (int n, double *L, double *D, int j, double del, double *Z)
 
void reduction (int n, double *L, double *D, double *Z)
 
int search (int n, int m, const double *L, const double *D, const double *zs, double *zn, double *s)
 
int lambda (Trace &trace, int n, int m, const double *a, const double *Q, double *F, double *s, double Pf, bool &pass)
 

Function Documentation

◆ erfar()

double erfar ( double x)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ ffratio()

double ffratio ( double PfILS,
int n,
double Pf )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ gauss()

void gauss ( int n,
double * L,
double * Z,
int i,
int j )
Here is the caller graph for this function:

◆ lambda()

int lambda ( Trace & trace,
int n,
int m,
const double * a,
const double * Q,
double * F,
double * s,
double Pf,
bool & pass )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ LD()

int LD ( int n,
const double * Q,
double * L,
double * D )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ normcdfar()

double normcdfar ( double x,
double mu,
double sigma )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ perm()

void perm ( int n,
double * L,
double * D,
int j,
double del,
double * Z )
Here is the caller graph for this function:

◆ reduction()

void reduction ( int n,
double * L,
double * D,
double * Z )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rsort()

void rsort ( double * Pd,
int * index,
int dim )
Here is the caller graph for this function:

◆ search()

int search ( int n,
int m,
const double * L,
const double * D,
const double * zs,
double * zn,
double * s )
Here is the call graph for this function:
Here is the caller graph for this function: