Home
last modified time | relevance | path

Searched refs:OptionWrapper (Results 1 – 4 of 4) sorted by relevance

/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/tsa/statespace/
H A Dkalman_filter.py197 solve_lu = OptionWrapper('inversion_method', SOLVE_LU)
201 invert_lu = OptionWrapper('inversion_method', INVERT_LU)
237 memory_no_forecast_mean = OptionWrapper(
242 memory_no_forecast_cov = OptionWrapper(
263 memory_no_predicted_mean = OptionWrapper(
268 memory_no_predicted_cov = OptionWrapper(
289 memory_no_filtered_mean = OptionWrapper(
294 memory_no_filtered_cov = OptionWrapper(
316 OptionWrapper('conserve_memory', MEMORY_NO_LIKELIHOOD)
330 OptionWrapper('conserve_memory', MEMORY_NO_STD_FORECAST))
[all …]
H A Dkalman_smoother.py11 from statsmodels.tsa.statespace.representation import OptionWrapper
65 smoother_state = OptionWrapper('smoother_output', SMOOTHER_STATE)
66 smoother_state_cov = OptionWrapper('smoother_output', SMOOTHER_STATE_COV)
68 OptionWrapper('smoother_output', SMOOTHER_DISTURBANCE)
71 OptionWrapper('smoother_output', SMOOTHER_DISTURBANCE_COV)
74 OptionWrapper('smoother_output', SMOOTHER_STATE_AUTOCOV)
76 smoother_all = OptionWrapper('smoother_output', SMOOTHER_ALL)
82 smooth_conventional = OptionWrapper('smooth_method', SMOOTH_CONVENTIONAL)
86 smooth_alternative = OptionWrapper('smooth_method', SMOOTH_ALTERNATIVE)
90 smooth_classical = OptionWrapper('smooth_method', SMOOTH_CLASSICAL)
[all …]
H A Drepresentation.py16 class OptionWrapper(object): class
/dports/net/kea/kea-2.0.1/src/lib/dhcpsrv/
H A Dcql_host_data_source.cc80 struct OptionWrapper { struct
81 OptionWrapper(OptionDescriptorPtr option_descriptor, std::string option_space) in OptionWrapper() function
255 const OptionWrapper retrieveOption() const;
1917 OptionWrapper option_wrapper = retrieveOption(); in retrieve()
1954 const OptionWrapper
1966 return (OptionWrapper(OptionDescriptorPtr(), "")); in retrieveOption()
2024 OptionWrapper result(boost::make_shared<OptionDescriptor>(option, option_is_persistent_, in retrieveOption()