A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/doxyhtml/njn__localmaxstat_8hpp_source.html below:

NCBI C++ ToolKit: src/algo/blast/gumbel_params/njn_localmaxstat.hpp Source File

1 #ifndef ALGO_BLAST_GUMBEL_PARAMS__INCLUDED_NJN_LOCALMAXSTAT 2 #define ALGO_BLAST_GUMBEL_PARAMS__INCLUDED_NJN_LOCALMAXSTAT 63  static void setTime

(

double

time_ = 0.0) {

assert

(time_ >= 0.0); s_time = time_;}

64  static double getTime

() {

return

s_time;}

70  size_t

dimension_ = 0,

71  const Int4

*score_ = 0,

72  const double

*prob_ = 0)

73

: d_dimension (0), d_score_p (0), d_prob_p (0),

74

d_lambda (0.0), d_k (0.0), d_c (0.0), d_thetaMin (0.0), d_rMin (0.0),

75

d_delta (0), d_thetaMinusDelta (0.0),

76

d_mu (0.0), d_sigma (0.0), d_muAssoc (0.0), d_sigmaAssoc (0.0),

77

d_meanWDLE (0.0), d_terminated (

false

)

79  copy

(dimension_, score_, prob_);

83

: d_dimension (0), d_score_p (0), d_prob_p (0),

84

d_lambda (0.0), d_k (0.0), d_c (0.0), d_thetaMin (0.0), d_rMin (0.0),

85

d_delta (0), d_thetaMinusDelta (0.0),

86

d_mu (0.0), d_sigma (0.0), d_muAssoc (0.0), d_sigmaAssoc (0.0),

87

d_meanWDLE (0.0), d_terminated (

false

)

96  return

d_dimension != 0;

101  if

(

this

!= &localMaxStat_)

copy

(localMaxStat_);

108  const double

*prob_);

130  double

thetaMinusDelta_,

136  bool

terminated_ =

false

);

138  inline

std::ostream &

out

(std::ostream &ostr_)

const

{

return

ostr_;}

140  double

getR (

double

theta_)

const

;

142  double

getA ()

const

{

return

getMuAssoc () == 0 ? HUGE_VAL : 1.0 / getMuAssoc ();}

144  double

getAlpha ()

const

{

return

getSigmaAssoc () * getSigmaAssoc () * getA () * getA () * getA ();}

146  inline size_t

getDimension ()

const

{

return

d_dimension;}

147  inline const Int4

*getScore ()

const

{

return

d_score_p;}

148  inline const double

*getProb ()

const

{

return

d_prob_p;}

149  inline double

getLambda ()

const

{

return

d_lambda;}

150  inline double

getK ()

const

{

return

d_k;}

151  inline double

getC ()

const

{

return

d_c;}

152  inline double

getThetaMin ()

const

{

return

d_thetaMin;}

153  inline double

getRMin ()

const

{

return

d_rMin;}

154  inline Int4

getDelta ()

const

{

return

d_delta;}

155  inline double

getThetaMinusDelta ()

const

{

return

d_thetaMinusDelta;}

156  inline double

getMu ()

const

{

return

d_mu;}

157  inline double

getSigma ()

const

{

return

d_sigma;}

158  inline double

getMuAssoc ()

const

{

return

d_muAssoc;}

159  inline double

getSigmaAssoc ()

const

{

return

d_sigmaAssoc;}

160  inline double

getMeanWDLE ()

const

{

return

d_meanWDLE;}

185  void init

(

size_t

dimension_);

void copy(const LocalMaxStat &localMaxStat_)

double getThetaMin() const

bool getTerminated() const

static void setTime(double time_=0.0)

double getThetaMinusDelta() const

LocalMaxStat(const LocalMaxStat &localMaxStat_)

double getMuAssoc() const

const double * getProb() const

const Int4 * getScore() const

double getMeanWDLE() const

LocalMaxStat(size_t dimension_=0, const Int4 *score_=0, const double *prob_=0)

double getSigmaAssoc() const

size_t getDimension() const

std::ofstream out("events_result.xml")

main entry point for tests

static void DLIST_NAME() init(DLIST_LIST_TYPE *list)

int32_t Int4

4-byte (32-bit) signed integer

#define END_NCBI_SCOPE

End previously defined NCBI scope.

#define END_SCOPE(ns)

End the previously defined scope.

#define BEGIN_NCBI_SCOPE

Define ncbi namespace.

#define BEGIN_SCOPE(ns)

Define a new scope.

The NCBI C++/STL use hints.

Defines Limits for the types used in NCBI C/C++ toolkit.

void copy(Njn::Matrix< S > *matrix_, const Njn::Matrix< T > &matrix0_)


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4