20 const double r2=
sqrt(2.0);
31 const double r2=
PI*
sqrt(2.0);
32 return 1./(r2*(1+0.5*x*
x));
41 const double r2=
PI*
sqrt(2.0);
42 return -
log(r2*(1+0.5*x*x));
51 const double r2=
sqrt(2.0);
52 return (r2*
tan(
PI*(x-0.5)));
d3_array tan(const d3_array &arr3)
Returns d3_array results with computed tan from elements in arr3.
df1_one_variable atan(const df1_one_variable &x)
double density_cauchy(const double &x)
Description not yet available.
double log_density_cauchy(const double &x)
Description not yet available.
d3_array sqrt(const d3_array &arr3)
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
double inv_cumd_cauchy(const double &x)
Description not yet available.
double cumd_cauchy(const double &x)
Description not yet available.
d3_array log(const d3_array &arr3)
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.