Uses of Class
neqsim.process.util.reconciliation.SteadyStateDetector
Packages that use SteadyStateDetector
Package
Description
Data reconciliation and steady-state detection for online process optimization.
-
Uses of SteadyStateDetector in neqsim.process.util.reconciliation
Methods in neqsim.process.util.reconciliation that return SteadyStateDetectorModifier and TypeMethodDescriptionSteadyStateDetector.addVariable(SteadyStateVariable variable) Adds a variable to the detector.SteadyStateDetector.setDefaultWindowSize(int defaultWindowSize) Sets the default window size for new variables.SteadyStateDetector.setRequiredFraction(double requiredFraction) Sets the required fraction of variables that must be at steady state.SteadyStateDetector.setRequireFullWindow(boolean requireFullWindow) Sets whether a full window is required before declaring steady state.SteadyStateDetector.setRThreshold(double rThreshold) Sets the R-statistic threshold.SteadyStateDetector.setSlopeThreshold(double slopeThreshold) Sets the slope threshold.SteadyStateDetector.setStdDevThreshold(double stdDevThreshold) Sets the standard deviation threshold.