|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTimeSeriesExperiment
public class TimeSeriesExperiment
Time course experiments, see documentation for details.
Constructor Summary | |
---|---|
TimeSeriesExperiment()
Constructor |
Method Summary | |
---|---|
double |
getMaxt()
|
int |
getNumTimePoints()
|
SdeSolver |
getSolver()
|
cern.colt.matrix.DoubleMatrix2D |
getTimeSeries()
|
void |
init(int numTimePoints)
Instantiate the different variables _before_ simulate the experiment |
void |
integrate()
Numerical integration |
static void |
main(java.lang.String[] args)
libSDE demo: integration of the function defined by the class TestFunction with the help of one of the SDEs solvers made available. |
void |
printAll(java.net.URL target)
Wrapper for printTrajectories() |
void |
printTrajectories(java.net.URL target,
cern.colt.matrix.DoubleMatrix2D timeSeries,
cern.colt.matrix.DoubleMatrix1D timeScale)
Write time series data with the time scale into file. |
void |
run()
Run the experiment |
void |
setMaxt(double maxt)
|
void |
setNumTimePoints(int numTimePoints)
|
void |
setSolver(SdeSolver solver)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TimeSeriesExperiment()
Method Detail |
---|
public static void main(java.lang.String[] args)
public void init(int numTimePoints)
public void run()
public void integrate()
public void printAll(java.net.URL target)
public void printTrajectories(java.net.URL target, cern.colt.matrix.DoubleMatrix2D timeSeries, cern.colt.matrix.DoubleMatrix1D timeScale) throws java.io.IOException, java.lang.Exception
java.io.IOException
java.lang.Exception
public void setNumTimePoints(int numTimePoints)
public int getNumTimePoints()
public cern.colt.matrix.DoubleMatrix2D getTimeSeries()
public void setSolver(SdeSolver solver)
public SdeSolver getSolver()
public void setMaxt(double maxt)
public double getMaxt()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |