|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TSProject | |
---|---|
com.jstatcom.ts | Components and data types related to time series analysis. |
Uses of TSProject in com.jstatcom.ts |
---|
Fields in com.jstatcom.ts declared as TSProject | |
---|---|
static TSProject |
TSProject.DEFAULT_PROJECT
Default project, where all TS are added if no other
project is specified. |
Methods in com.jstatcom.ts that return TSProject | |
---|---|
TSProject |
TS.project()
Gets project that this TS belongs to. |
Methods in com.jstatcom.ts with parameters of type TSProject | |
---|---|
void |
TS.setTSProject(TSProject newTSProject)
Sets project that this TS belongs to. |
Constructors in com.jstatcom.ts with parameters of type TSProject | |
---|---|
TS(double[] newObservations,
java.lang.String newName,
TSDate newDate,
TSTypes tsType,
TSProject newProject)
Preferred constructor for a TS object with everything
explicitely specified. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |