Package | Description |
---|---|
com.macrofocus.molap.aggregates.cube |
Provides the necessary classes and interfaces for dealing with multidimensional cubes.
|
com.macrofocus.molap.dataframe |
Provides the necessary classes and interfaces for dealing with indexed table structures.
|
Modifier and Type | Method and Description |
---|---|
StdDevAggregation |
Cube.getStdDev(String name) |
StdDevAggregation |
InMemoryCube.getStdDev(String name) |
Modifier and Type | Method and Description |
---|---|
StdDevAggregation |
AbstractDataFrame.getStdDev(C column) |
StdDevAggregation |
DataFrame.getStdDev(Column column)
Returns the aggregation method for computing the standard deviation.
|
Copyright © 2014 Macrofocus GmbH. All Rights Reserved.