public class Covariance extends Object implements TimeStamped
| Constructor and Description |
|---|
Covariance(ElementsType type,
Ordering ordering,
AbsoluteDate date,
String[] fields,
int first)
Simple constructor.
|
| Modifier and Type | Method and Description |
|---|---|
AbsoluteDate |
getDate()
Get the date.
|
RealMatrix |
getMatrix()
Get the covariance matrix.
|
ElementsType |
getType()
Get the type of the elements.
|
public Covariance(ElementsType type, Ordering ordering, AbsoluteDate date, String[] fields, int first)
type - type of the elementsordering - ordering to usedate - entry datefields - matrix elementsfirst - index of first field to considerpublic AbsoluteDate getDate()
getDate in interface TimeStampedpublic RealMatrix getMatrix()
public ElementsType getType()
Copyright © 2002-2022 CS GROUP. All rights reserved.