|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.math3.optimization.general.StatisticalReferenceDatasetFactory
public class StatisticalReferenceDatasetFactory
A factory to create instances of StatisticalReferenceDataset from
available resources.
| Method Summary | |
|---|---|
StatisticalReferenceDataset[] |
createAll()
Returns an array with all available reference datasets. |
static BufferedReader |
createBufferedReaderFromResource(String name)
Creates a new buffered reader from the specified resource name. |
static StatisticalReferenceDataset |
createHahn1()
|
static StatisticalReferenceDataset |
createKirby2()
|
static StatisticalReferenceDataset |
createLanczos1()
|
static StatisticalReferenceDataset |
createMGH17()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static BufferedReader createBufferedReaderFromResource(String name)
throws IOException
name - the name of the resource
IOException - if an I/O error occured
public static StatisticalReferenceDataset createKirby2()
throws IOException
IOException
public static StatisticalReferenceDataset createHahn1()
throws IOException
IOException
public static StatisticalReferenceDataset createMGH17()
throws IOException
IOException
public static StatisticalReferenceDataset createLanczos1()
throws IOException
IOException
public StatisticalReferenceDataset[] createAll()
throws IOException
IOException - if an I/O error occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||