Package jsl.modeling.elements.variable
Interface WithinReplicationStatisticIfc
-
- All Known Subinterfaces:
ResponseStatisticsIfc
- All Known Implementing Classes:
ResponseVariable
,TimeWeighted
public interface WithinReplicationStatisticIfc
An interface for accessing within replication statistics Within replication statistics can be observation or time weighted. No variance information is provided due to the fact that the standard generate variance estimator is likely to be biased because of within replication correlation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WeightedStatisticIfc
getWithinReplicationStatistic()
Returns a reference to the underlying WeightedStatistic
-
-
-
Method Detail
-
getWithinReplicationStatistic
WeightedStatisticIfc getWithinReplicationStatistic()
Returns a reference to the underlying WeightedStatistic- Returns:
-
-