NCBI C++ ToolKit
|
Search Toolkit Book for Blast_GumbelBlk
Structure to hold the Gumbel parameters (for FSC). More...
#include <algo/blast/core/blast_stat.h>
Public Attributes | |
double | Lambda |
the unscaled Lambda value More... | |
double | C |
double | G |
G is the total penalty for extension. More... | |
double | a |
avg(L) = a y + b More... | |
double | Alpha |
var(L) = alpha y + beta More... | |
double | Sigma |
cov(L) = sigma y + tau More... | |
double | a_un |
Ungapped a. More... | |
double | Alpha_un |
Ungapped alpha. More... | |
double | b |
2*G*(a_un - a) More... | |
double | Beta |
2*G*(alpha_un - alpha) More... | |
double | Tau |
2*G*(alpha_un - Sigma) More... | |
Int8 | db_length |
total length of database More... | |
Boolean | filled |
flag indicate the values of gbp are prepared More... | |
Structure to hold the Gumbel parameters (for FSC).
Definition at line 94 of file blast_stat.h.
double Blast_GumbelBlk::a |
avg(L) = a y + b
Definition at line 98 of file blast_stat.h.
Referenced by Blast_GumbelBlkLoadFromTables(), BLAST_SpougeStoE(), and CAlignFormatUtil::PrintKAParameters().
double Blast_GumbelBlk::a_un |
Ungapped a.
Definition at line 101 of file blast_stat.h.
Referenced by Blast_GumbelBlkLoadFromTables(), and CAlignFormatUtil::PrintKAParameters().
double Blast_GumbelBlk::Alpha |
var(L) = alpha y + beta
Definition at line 99 of file blast_stat.h.
Referenced by Blast_GumbelBlkLoadFromTables(), BLAST_SpougeStoE(), and CAlignFormatUtil::PrintKAParameters().
double Blast_GumbelBlk::Alpha_un |
Ungapped alpha.
Definition at line 102 of file blast_stat.h.
Referenced by Blast_GumbelBlkLoadFromTables(), and CAlignFormatUtil::PrintKAParameters().
double Blast_GumbelBlk::b |
2*G*(a_un - a)
Definition at line 104 of file blast_stat.h.
Referenced by Blast_GumbelBlkLoadFromTables(), and BLAST_SpougeStoE().
double Blast_GumbelBlk::Beta |
2*G*(alpha_un - alpha)
Definition at line 105 of file blast_stat.h.
Referenced by Blast_GumbelBlkLoadFromTables(), and BLAST_SpougeStoE().
double Blast_GumbelBlk::C |
Definition at line 96 of file blast_stat.h.
Referenced by Blast_GumbelBlkLoadFromTables().
Int8 Blast_GumbelBlk::db_length |
total length of database
Definition at line 108 of file blast_stat.h.
Referenced by BLAST_GapAlignSetUp(), BLAST_SpougeEtoS(), and BLAST_SpougeStoE().
Boolean Blast_GumbelBlk::filled |
flag indicate the values of gbp are prepared
Definition at line 110 of file blast_stat.h.
Referenced by Blast_GumbelBlkLoadFromTables(), and BlastHitSavingParametersUpdate().
double Blast_GumbelBlk::G |
G is the total penalty for extension.
Definition at line 97 of file blast_stat.h.
Referenced by Blast_GumbelBlkLoadFromTables().
double Blast_GumbelBlk::Lambda |
the unscaled Lambda value
Definition at line 95 of file blast_stat.h.
Referenced by Blast_GumbelBlkLoadFromTables(), and BLAST_SpougeStoE().
double Blast_GumbelBlk::Sigma |
cov(L) = sigma y + tau
Definition at line 100 of file blast_stat.h.
Referenced by Blast_GumbelBlkLoadFromTables(), BLAST_SpougeStoE(), and CAlignFormatUtil::PrintKAParameters().
double Blast_GumbelBlk::Tau |
2*G*(alpha_un - Sigma)
Definition at line 106 of file blast_stat.h.
Referenced by Blast_GumbelBlkLoadFromTables(), and BLAST_SpougeStoE().