|
|||||||||
| Home >> All >> gov >> lanl >> [ Analysis overview ] | PREV NEXT | ||||||||
A
- Analyze() - Method in class gov.lanl.Analysis.PageTest
- Compute the test results results are placed in topUpper and topLower arrays.
- ages - Variable in class gov.lanl.Analysis.SyndromicData
B
- BASEFILENAME - Static variable in class gov.lanl.Analysis.PageTest
- BubbleSort(TopData[]) - Method in class gov.lanl.Analysis.PageTest
- Bubble sort the elements in order of the top variable
- baseData - Static variable in class gov.lanl.Analysis.PageTest
- baseSyms - Static variable in class gov.lanl.Analysis.PageTest
- baseWeek - Static variable in class gov.lanl.Analysis.PageTest
- basedev - Variable in class gov.lanl.Analysis.GenPlot.WeekData
- basedev - Static variable in class gov.lanl.Analysis.PageTest
- basemean - Variable in class gov.lanl.Analysis.GenPlot.WeekData
- basemean - Static variable in class gov.lanl.Analysis.PageTest
- bitmask - Variable in class gov.lanl.Analysis.GenPlot
- bits - Variable in class gov.lanl.Analysis.GenPlot
- bits - Variable in class gov.lanl.Analysis.TopData
D
- DoPageWeek(int, double) - Method in class gov.lanl.Analysis.GenPlot
- DoPageWeek(int, double) - Method in class gov.lanl.Analysis.PageTest
- day - Variable in class gov.lanl.Analysis.SyndromicData
G
- GenPlot - class gov.lanl.Analysis.GenPlot.
- GenPlot() - Constructor for class gov.lanl.Analysis.GenPlot
- GenPlot(int, int, int, String) - Constructor for class gov.lanl.Analysis.GenPlot
- Constructor to build the arrays.
- GenPlot.WeekData - class gov.lanl.Analysis.GenPlot.WeekData.
- week analysis data
- GenPlot.WeekData() - Constructor for class gov.lanl.Analysis.GenPlot.WeekData
- GenPlot.WeekData(double, double, double, double, double) - Constructor for class gov.lanl.Analysis.GenPlot.WeekData
- getBaseDev() - Method in class gov.lanl.Analysis.GenPlot
- get the base standard deviation data array
- getBaseMean() - Method in class gov.lanl.Analysis.GenPlot
- get the base mean data array
- getData() - Method in class gov.lanl.Analysis.PageTest
- get top values
- getFirstSeason() - Method in class gov.lanl.Analysis.GenPlot
- getFirstSeason() - Method in class gov.lanl.Analysis.PageTest
- getLastSeason() - Method in class gov.lanl.Analysis.GenPlot
- getLastSeason() - Method in class gov.lanl.Analysis.PageTest
- getLower() - Method in class gov.lanl.Analysis.GenPlot
- get the Page's test lower bound
- getNumBase() - Method in class gov.lanl.Analysis.GenPlot
- getNumBase() - Method in class gov.lanl.Analysis.PageTest
- getNumSeasons() - Method in class gov.lanl.Analysis.GenPlot
- getNumSeasons() - Method in class gov.lanl.Analysis.PageTest
- getNumSyms() - Method in class gov.lanl.Analysis.GenPlot
- getNumSyms() - Method in class gov.lanl.Analysis.PageTest
- getNumTest() - Method in class gov.lanl.Analysis.GenPlot
- getNumTest() - Method in class gov.lanl.Analysis.PageTest
- getPagePlotSeriesData() - Method in class gov.lanl.Analysis.GenPlot
- get the series data
- getPagePlotSeriesNames() - Method in class gov.lanl.Analysis.GenPlot
- getSym(String) - Method in class gov.lanl.Analysis.GenPlot
- get the bit values for the symbols
- getSym() - Method in class gov.lanl.Analysis.GenPlot
- get the data represented by the previously set symbol
- getSym(TopData) - Method in class gov.lanl.Analysis.PageTest
- get the text symbol from the bit fields
- getTestDat() - Method in class gov.lanl.Analysis.GenPlot
- get the test data array
- getTestPlotSeriesData() - Method in class gov.lanl.Analysis.GenPlot
- Extract the data for plotting
- getTestPlotSeriesNames() - Method in class gov.lanl.Analysis.GenPlot
- extract the series names
- getTopLower() - Method in class gov.lanl.Analysis.PageTest
- get the lower values of the gov.lanl.Analysis.TopData
- getTopUpper() - Method in class gov.lanl.Analysis.PageTest
- get the upper values of the Top Data
- getUpper() - Method in class gov.lanl.Analysis.GenPlot
- get the Page's test upper bound
- gov.lanl.Analysis - package gov.lanl.Analysis
I
- initTopData() - Method in class gov.lanl.Analysis.GenPlot
- initTopData() - Method in class gov.lanl.Analysis.PageTest
- initialize the gov.lanl.Analysis.TopData arrays used in Analyze.
L
- lower - Variable in class gov.lanl.Analysis.GenPlot.WeekData
M
- MAXBASELINE - Variable in class gov.lanl.Analysis.GenPlot
- MAXBASELINE - Static variable in class gov.lanl.Analysis.PageTest
- MAXINPUT - Variable in class gov.lanl.Analysis.GenPlot
- MAXINPUT - Static variable in class gov.lanl.Analysis.PageTest
- MINDEV - Variable in class gov.lanl.Analysis.GenPlot
- MINDEV - Static variable in class gov.lanl.Analysis.PageTest
- main(String[]) - Static method in class gov.lanl.Analysis.GenPlot
- main test program
- main(String[]) - Static method in class gov.lanl.Analysis.PageTest
N
- NUMSYMS - Variable in class gov.lanl.Analysis.GenPlot
- NUMSYMS - Static variable in class gov.lanl.Analysis.PageTest
- NUMTOPVALS - Variable in class gov.lanl.Analysis.GenPlot
- NUMTOPVALS - Static variable in class gov.lanl.Analysis.PageTest
- NUMWEEKS - Variable in class gov.lanl.Analysis.GenPlot
- NUMWEEKS - Static variable in class gov.lanl.Analysis.PageTest
O
- OUTFILENAME - Variable in class gov.lanl.Analysis.GenPlot
- OUTFILENAME - Static variable in class gov.lanl.Analysis.PageTest
P
- PageTest - class gov.lanl.Analysis.PageTest.
- PageTest() - Constructor for class gov.lanl.Analysis.PageTest
- PageTest(int, int, int, String) - Constructor for class gov.lanl.Analysis.PageTest
- Constructor to build the arrays.
- pagePlot - Variable in class gov.lanl.Analysis.GenPlot
- powersof2 - Variable in class gov.lanl.Analysis.PageTest
R
- Range - class gov.lanl.Analysis.Range.
- Range(double, double) - Constructor for class gov.lanl.Analysis.Range
- ReadData(String) - Method in class gov.lanl.Analysis.PageTest
- ReadData Read in the data from a file.
S
- SyndromicData - class gov.lanl.Analysis.SyndromicData.
- Data structure for data (both baseline and test
- SyndromicData() - Constructor for class gov.lanl.Analysis.SyndromicData
- SyndromicData(int, int, int, int, int) - Constructor for class gov.lanl.Analysis.SyndromicData
- season - Variable in class gov.lanl.Analysis.SyndromicData
- setBaseData(SyndromicData[]) - Method in class gov.lanl.Analysis.PageTest
- set the base data externally
- setBaseFile(String) - Method in class gov.lanl.Analysis.PageTest
- set the basefile to be read in
- setPagePlot(String) - Method in class gov.lanl.Analysis.GenPlot
- set the page plot data file name
- setSym(String) - Method in class gov.lanl.Analysis.GenPlot
- set the base data externally
- setTestData(SyndromicData[]) - Method in class gov.lanl.Analysis.PageTest
- set the test data externally
- setTestFile(String) - Method in class gov.lanl.Analysis.PageTest
- set the test file to be read in
- setTestPlot(String) - Method in class gov.lanl.Analysis.GenPlot
- set the test plot data file name
- setTopData(String) - Method in class gov.lanl.Analysis.GenPlot
- set the bit fields
- symList - Static variable in class gov.lanl.Analysis.PageTest
- list of symbols for the various symptoms.
- symbol - Variable in class gov.lanl.Analysis.GenPlot
- syms - Static variable in class gov.lanl.Analysis.PageTest
- syms - Variable in class gov.lanl.Analysis.SyndromicData
- syms - Variable in class gov.lanl.Analysis.TopData
- symval - Static variable in class gov.lanl.Analysis.PageTest
T
- TESTFILENAME - Static variable in class gov.lanl.Analysis.PageTest
- TopData - class gov.lanl.Analysis.TopData.
- Analysis data structure
- TopData() - Constructor for class gov.lanl.Analysis.TopData
- TopData(double, int, int) - Constructor for class gov.lanl.Analysis.TopData
- tempweek - Static variable in class gov.lanl.Analysis.PageTest
- testData - Static variable in class gov.lanl.Analysis.PageTest
- testPlot - Variable in class gov.lanl.Analysis.GenPlot
- testdat - Variable in class gov.lanl.Analysis.GenPlot.WeekData
- testdat - Static variable in class gov.lanl.Analysis.PageTest
- tlower - Static variable in class gov.lanl.Analysis.PageTest
- top - Variable in class gov.lanl.Analysis.TopData
- topLower - Static variable in class gov.lanl.Analysis.PageTest
- topUpper - Static variable in class gov.lanl.Analysis.PageTest
- topl - Variable in class gov.lanl.Analysis.Range
- toplobits - Static variable in class gov.lanl.Analysis.PageTest
- toplosyms - Static variable in class gov.lanl.Analysis.PageTest
- toplower - Static variable in class gov.lanl.Analysis.PageTest
- topu - Variable in class gov.lanl.Analysis.Range
- topupbits - Static variable in class gov.lanl.Analysis.PageTest
- topupper - Static variable in class gov.lanl.Analysis.PageTest
- topupsyms - Static variable in class gov.lanl.Analysis.PageTest
- tupper - Static variable in class gov.lanl.Analysis.PageTest
U
- upper - Variable in class gov.lanl.Analysis.GenPlot.WeekData
W
- WeekStats(boolean) - Method in class gov.lanl.Analysis.GenPlot
- WeekStats(int, int, boolean) - Method in class gov.lanl.Analysis.PageTest
- week - Variable in class gov.lanl.Analysis.SyndromicData
- weekData - Static variable in class gov.lanl.Analysis.GenPlot
- writeData() - Method in class gov.lanl.Analysis.GenPlot
- write date graphics data out to files for the particular bitmask and bits
- writeOut(BufferedWriter, TopData[]) - Method in class gov.lanl.Analysis.PageTest
- write out the gov.lanl.Analysis.TopData arrays
- writeResults() - Method in class gov.lanl.Analysis.PageTest
- Output results to the OUTFILENAME
A B D G I L M N O P R S T U W
|
|||||||||
| Home >> All >> gov >> lanl >> [ Analysis overview ] | PREV NEXT | ||||||||