.. index:: single: StoreSupplementaryCalculations
This list indicates the names of the supplementary variables that can be
- available at the end of the algorithm. It involves potentially costly
- calculations or memory consumptions. The default is a void list, none of
- these variables being calculated and stored by default. The possible names
- are in the following list: [
+ available at the end of the algorithm, if they are initially required by the
+ user. It involves potentially costly calculations or memory consumptions. The
+ default is a void list, none of these variables being calculated and stored
+ by default excepted the unconditionnal variables. The possible names are in
+ the following list: [
+ "Analysis",
"APosterioriCorrelations",
"APosterioriCovariance",
"APosterioriStandardDeviations",
].
Example :
- ``{"StoreSupplementaryCalculations":["BMA", "Innovation"]}``
+ ``{"StoreSupplementaryCalculations":["BMA", "CurrentState"]}``
.. ------------------------------------ ..
.. include:: snippets/Header2Algo04.rst
.. ------------------------------------ ..
.. include:: snippets/Header2Algo05.rst
+.. include:: snippets/Analysis.rst
+
.. include:: snippets/APosterioriCorrelations.rst
.. include:: snippets/APosterioriCovariance.rst
.. include:: snippets/BMA.rst
+.. include:: snippets/CostFunctionJ.rst
+
.. include:: snippets/CostFunctionJAtCurrentOptimum.rst
+.. include:: snippets/CostFunctionJb.rst
+
.. include:: snippets/CostFunctionJbAtCurrentOptimum.rst
+.. include:: snippets/CostFunctionJo.rst
+
.. include:: snippets/CostFunctionJoAtCurrentOptimum.rst
.. include:: snippets/CurrentOptimum.rst
.. index:: single: StoreSupplementaryCalculations
This list indicates the names of the supplementary variables that can be
- available at the end of the algorithm. It involves potentially costly
- calculations or memory consumptions. The default is a void list, none of
- these variables being calculated and stored by default. The possible names
- are in the following list: [
+ available at the end of the algorithm, if they are initially required by the
+ user. It involves potentially costly calculations or memory consumptions. The
+ default is a void list, none of these variables being calculated and stored
+ by default excepted the unconditionnal variables. The possible names are in
+ the following list: [
+ "Analysis",
"BMA",
"CostFunctionJ",
- "CostFunctionJb",
- "CostFunctionJo",
"CostFunctionJAtCurrentOptimum",
+ "CostFunctionJb",
"CostFunctionJbAtCurrentOptimum",
+ "CostFunctionJo",
"CostFunctionJoAtCurrentOptimum",
"CurrentOptimum",
"CurrentState",
"IndexOfOptimum",
].
- Example : ``{"StoreSupplementaryCalculations":["BMA", "CurrentState"]}``
+ Example :
+ ``{"StoreSupplementaryCalculations":["BMA", "CurrentState"]}``
.. ------------------------------------ ..
.. include:: snippets/Header2Algo04.rst
.. ------------------------------------ ..
.. include:: snippets/Header2Algo05.rst
+.. include:: snippets/Analysis.rst
+
.. include:: snippets/BMA.rst
+.. include:: snippets/CostFunctionJ.rst
+
.. include:: snippets/CostFunctionJAtCurrentOptimum.rst
+.. include:: snippets/CostFunctionJb.rst
+
.. include:: snippets/CostFunctionJbAtCurrentOptimum.rst
+.. include:: snippets/CostFunctionJo.rst
+
.. include:: snippets/CostFunctionJoAtCurrentOptimum.rst
.. include:: snippets/CurrentOptimum.rst
.. index:: single: StoreSupplementaryCalculations
This list indicates the names of the supplementary variables that can be
- available at the end of the algorithm. It involves potentially costly
- calculations or memory consumptions. The default is a void list, none of
- these variables being calculated and stored by default. The possible names
- are in the following list: [
+ available at the end of the algorithm, if they are initially required by the
+ user. It involves potentially costly calculations or memory consumptions. The
+ default is a void list, none of these variables being calculated and stored
+ by default excepted the unconditionnal variables. The possible names are in
+ the following list: [
"CurrentState",
"Residu",
"SimulatedObservationAtCurrentState",
].
Example :
- ``{"StoreSupplementaryCalculations":["CurrentState"]}``
+ ``{"StoreSupplementaryCalculations":["BMA", "CurrentState"]}``
.. ------------------------------------ ..
.. include:: snippets/Header2Algo04.rst
.. include:: snippets/CurrentState.rst
+.. include:: snippets/Residu.rst
+
.. include:: snippets/SimulatedObservationAtCurrentState.rst
.. ------------------------------------ ..
.. index:: single: StoreSupplementaryCalculations
This list indicates the names of the supplementary variables that can be
- available at the end of the algorithm. It involves potentially costly
- calculations or memory consumptions. The default is a void list, none of
- these variables being calculated and stored by default. The possible names
- are in the following list: [
+ available at the end of the algorithm, if they are initially required by the
+ user. It involves potentially costly calculations or memory consumptions. The
+ default is a void list, none of these variables being calculated and stored
+ by default excepted the unconditionnal variables. The possible names are in
+ the following list: [
+ "Analysis",
"APosterioriCorrelations",
"APosterioriCovariance",
"APosterioriStandardDeviations",
].
Example :
- ``{"StoreSupplementaryCalculations":["BMA", "Innovation"]}``
+ ``{"StoreSupplementaryCalculations":["BMA", "CurrentState"]}``
.. ------------------------------------ ..
.. include:: snippets/Header2Algo04.rst
.. ------------------------------------ ..
.. include:: snippets/Header2Algo05.rst
+.. include:: snippets/Analysis.rst
+
.. include:: snippets/APosterioriCorrelations.rst
.. include:: snippets/APosterioriCovariance.rst
.. include:: snippets/SimulatedObservationAtBackground.rst
-.. include:: snippets/SimulatedObservationAtOptimum.rst
+.. include:: snippets/SimulatedObservationAtCurrentOptimum.rst
.. include:: snippets/SimulatedObservationAtCurrentState.rst
.. index:: single: StoreSupplementaryCalculations
This list indicates the names of the supplementary variables that can be
- available at the end of the algorithm. It involves potentially costly
- calculations or memory consumptions. The default is a void list, none of
- these variables being calculated and stored by default. The possible names
- are in the following list: [
+ available at the end of the algorithm, if they are initially required by the
+ user. It involves potentially costly calculations or memory consumptions. The
+ default is a void list, none of these variables being calculated and stored
+ by default excepted the unconditionnal variables. The possible names are in
+ the following list: [
+ "Analysis",
"BMA",
"CostFunctionJ",
- "CostFunctionJAtCurrentOptimum",
"CostFunctionJb",
- "CostFunctionJbAtCurrentOptimum",
"CostFunctionJo",
+ "CostFunctionJAtCurrentOptimum",
+ "CostFunctionJbAtCurrentOptimum",
"CostFunctionJoAtCurrentOptimum",
"CurrentOptimum",
"CurrentState",
].
Example :
- ``{"StoreSupplementaryCalculations":["BMA", "Innovation"]}``
+ ``{"StoreSupplementaryCalculations":["BMA", "CurrentState"]}``
.. ------------------------------------ ..
.. include:: snippets/Header2Algo04.rst
.. ------------------------------------ ..
.. include:: snippets/Header2Algo05.rst
+.. include:: snippets/Analysis.rst
+
.. include:: snippets/BMA.rst
+.. include:: snippets/CostFunctionJ.rst
+
+.. include:: snippets/CostFunctionJb.rst
+
+.. include:: snippets/CostFunctionJo.rst
+
.. include:: snippets/CostFunctionJAtCurrentOptimum.rst
.. include:: snippets/CostFunctionJbAtCurrentOptimum.rst
.. include:: snippets/CurrentOptimum.rst
+.. include:: snippets/CurrentState.rst
+
.. include:: snippets/IndexOfOptimum.rst
.. include:: snippets/Innovation.rst
.. index:: single: StoreSupplementaryCalculations
This list indicates the names of the supplementary variables that can be
- available at the end of the algorithm. It involves potentially costly
- calculations or memory consumptions. The default is a void list, none of
- these variables being calculated and stored by default. The possible names
- are in the following list: [
+ available at the end of the algorithm, if they are initially required by the
+ user. It involves potentially costly calculations or memory consumptions. The
+ default is a void list, none of these variables being calculated and stored
+ by default excepted the unconditionnal variables. The possible names are in
+ the following list: [
+ "Analysis",
"BMA",
"CostFunctionJ",
- "CostFunctionJAtCurrentOptimum",
"CostFunctionJb",
- "CostFunctionJbAtCurrentOptimum",
"CostFunctionJo",
+ "CostFunctionJAtCurrentOptimum",
+ "CostFunctionJbAtCurrentOptimum",
"CostFunctionJoAtCurrentOptimum",
"CurrentOptimum",
"CurrentState",
].
Example :
- ``{"StoreSupplementaryCalculations":["BMA", "Innovation"]}``
+ ``{"StoreSupplementaryCalculations":["BMA", "CurrentState"]}``
.. ------------------------------------ ..
.. include:: snippets/Header2Algo04.rst
.. ------------------------------------ ..
.. include:: snippets/Header2Algo05.rst
+.. include:: snippets/Analysis.rst
+
.. include:: snippets/BMA.rst
+.. include:: snippets/CostFunctionJ.rst
+
+.. include:: snippets/CostFunctionJb.rst
+
+.. include:: snippets/CostFunctionJo.rst
+
.. include:: snippets/CostFunctionJAtCurrentOptimum.rst
.. include:: snippets/CostFunctionJbAtCurrentOptimum.rst
.. include:: snippets/CurrentOptimum.rst
+.. include:: snippets/CurrentState.rst
+
.. include:: snippets/IndexOfOptimum.rst
.. include:: snippets/Innovation.rst
.. index:: single: StoreSupplementaryCalculations
This list indicates the names of the supplementary variables that can be
- available at the end of the algorithm. It involves potentially costly
- calculations or memory consumptions. The default is a void list, none of
- these variables being calculated and stored by default. The possible names
- are in the following list: [
+ available at the end of the algorithm, if they are initially required by the
+ user. It involves potentially costly calculations or memory consumptions. The
+ default is a void list, none of these variables being calculated and stored
+ by default excepted the unconditionnal variables. The possible names are in
+ the following list: [
+ "Analysis",
"CurrentState",
"Innovation",
"SimulatedObservationAtBackground",
].
Example :
- ``{"StoreSupplementaryCalculations":["CurrentState", "Innovation"]}``
+ ``{"StoreSupplementaryCalculations":["BMA", "CurrentState"]}``
.. ------------------------------------ ..
.. include:: snippets/Header2Algo04.rst
.. include:: snippets/Innovation.rst
+.. ------------------------------------ ..
+.. include:: snippets/Header2Algo05.rst
+
+.. include:: snippets/Analysis.rst
+
+.. include:: snippets/CurrentState.rst
+
+.. include:: snippets/Innovation.rst
+
+.. include:: snippets/SimulatedObservationAtBackground.rst
+
+.. include:: snippets/SimulatedObservationAtCurrentState.rst
+
+.. include:: snippets/SimulatedObservationAtOptimum.rst
+
.. ------------------------------------ ..
.. include:: snippets/Header2Algo06.rst
.. index:: single: StoreSupplementaryCalculations
This list indicates the names of the supplementary variables that can be
- available at the end of the algorithm. It involves potentially costly
- calculations or memory consumptions. The default is a void list, none of
- these variables being calculated and stored by default. The possible names
- are in the following list: [
+ available at the end of the algorithm, if they are initially required by the
+ user. It involves potentially costly calculations or memory consumptions. The
+ default is a void list, none of these variables being calculated and stored
+ by default excepted the unconditionnal variables. The possible names are in
+ the following list: [
+ "Analysis",
"APosterioriCorrelations",
"APosterioriCovariance",
"APosterioriStandardDeviations",
"APosterioriVariances",
"BMA",
"CostFunctionJ",
+ "CostFunctionJAtCurrentOptimum",
"CostFunctionJb",
+ "CostFunctionJbAtCurrentOptimum",
"CostFunctionJo",
+ "CostFunctionJoAtCurrentOptimum",
+ "CurrentOptimum",
"CurrentState",
+ "IndexOfOptimum",
+ "InnovationAtCurrentState",
+ "PredictedState",
+ "SimulatedObservationAtCurrentOptimum",
+ "SimulatedObservationAtCurrentState",
].
Example :
- ``{"StoreSupplementaryCalculations":["CurrentState"]}``
+ ``{"StoreSupplementaryCalculations":["BMA", "CurrentState"]}``
.. ------------------------------------ ..
.. include:: snippets/Header2Algo04.rst
.. ------------------------------------ ..
.. include:: snippets/Header2Algo05.rst
+.. include:: snippets/Analysis.rst
+
.. include:: snippets/APosterioriCorrelations.rst
.. include:: snippets/APosterioriCovariance.rst
.. include:: snippets/CostFunctionJ.rst
+.. include:: snippets/CostFunctionJAtCurrentOptimum.rst
+
.. include:: snippets/CostFunctionJb.rst
+.. include:: snippets/CostFunctionJbAtCurrentOptimum.rst
+
.. include:: snippets/CostFunctionJo.rst
+.. include:: snippets/CostFunctionJoAtCurrentOptimum.rst
+
+.. include:: snippets/CurrentOptimum.rst
+
.. include:: snippets/CurrentState.rst
-.. include:: snippets/Innovation.rst
+.. include:: snippets/IndexOfOptimum.rst
+
+.. include:: snippets/InnovationAtCurrentState.rst
+
+.. include:: snippets/PredictedState.rst
+
+.. include:: snippets/SimulatedObservationAtCurrentOptimum.rst
+
+.. include:: snippets/SimulatedObservationAtCurrentState.rst
.. ------------------------------------ ..
.. include:: snippets/Header2Algo06.rst
.. index:: single: StoreSupplementaryCalculations
This list indicates the names of the supplementary variables that can be
- available at the end of the algorithm. It involves potentially costly
- calculations or memory consumptions. The default is a void list, none of
- these variables being calculated and stored by default. The possible names
- are in the following list: [
+ available at the end of the algorithm, if they are initially required by the
+ user. It involves potentially costly calculations or memory consumptions. The
+ default is a void list, none of these variables being calculated and stored
+ by default excepted the unconditionnal variables. The possible names are in
+ the following list: [
+ "Analysis",
"APosterioriCorrelations",
"APosterioriCovariance",
"APosterioriStandardDeviations",
"APosterioriVariances",
"BMA",
- "OMA",
- "OMB",
- "CurrentState",
"CostFunctionJ",
+ "CostFunctionJAtCurrentOptimum",
"CostFunctionJb",
+ "CostFunctionJbAtCurrentOptimum",
"CostFunctionJo",
+ "CostFunctionJoAtCurrentOptimum",
+ "CurrentOptimum",
+ "CurrentState",
"Innovation",
+ "MahalanobisConsistency",
+ "OMA",
+ "OMB",
"SigmaBck2",
"SigmaObs2",
- "MahalanobisConsistency",
- "SimulationQuantiles",
"SimulatedObservationAtBackground",
+ "SimulatedObservationAtCurrentOptimum",
"SimulatedObservationAtCurrentState",
"SimulatedObservationAtOptimum",
+ "SimulationQuantiles",
].
Example :
- ``{"StoreSupplementaryCalculations":["BMA", "Innovation"]}``
+ ``{"StoreSupplementaryCalculations":["BMA", "CurrentState"]}``
.. ------------------------------------ ..
.. include:: snippets/Header2Algo04.rst
.. ------------------------------------ ..
.. include:: snippets/Header2Algo05.rst
+.. include:: snippets/Analysis.rst
+
.. include:: snippets/APosterioriCorrelations.rst
.. include:: snippets/APosterioriCovariance.rst
.. include:: snippets/CostFunctionJ.rst
+.. include:: snippets/CostFunctionJAtCurrentOptimum.rst
+
.. include:: snippets/CostFunctionJb.rst
+.. include:: snippets/CostFunctionJbAtCurrentOptimum.rst
+
.. include:: snippets/CostFunctionJo.rst
+.. include:: snippets/CostFunctionJoAtCurrentOptimum.rst
+
+.. include:: snippets/CurrentOptimum.rst
+
+.. include:: snippets/CurrentState.rst
+
.. include:: snippets/Innovation.rst
.. include:: snippets/MahalanobisConsistency.rst
.. include:: snippets/SimulatedObservationAtBackground.rst
+.. include:: snippets/SimulatedObservationAtCurrentOptimum.rst
+
+.. include:: snippets/SimulatedObservationAtCurrentState.rst
+
.. include:: snippets/SimulatedObservationAtOptimum.rst
.. include:: snippets/SimulationQuantiles.rst
.. index:: single: StoreSupplementaryCalculations
This list indicates the names of the supplementary variables that can be
- available at the end of the algorithm. It involves potentially costly
- calculations or memory consumptions. The default is a void list, none of
- these variables being calculated and stored by default. The possible names
- are in the following list: [
+ available at the end of the algorithm, if they are initially required by the
+ user. It involves potentially costly calculations or memory consumptions. The
+ default is a void list, none of these variables being calculated and stored
+ by default excepted the unconditionnal variables. The possible names are in
+ the following list: [
+ "Analysis",
"APosterioriCorrelations",
"APosterioriCovariance",
"APosterioriStandardDeviations",
"APosterioriVariances",
"BMA",
"CostFunctionJ",
+ "CostFunctionJAtCurrentOptimum",
"CostFunctionJb",
+ "CostFunctionJbAtCurrentOptimum",
"CostFunctionJo",
+ "CostFunctionJoAtCurrentOptimum",
+ "CurrentOptimum",
"CurrentState",
- "Innovation",
+ "IndexOfOptimum",
+ "InnovationAtCurrentState",
+ "PredictedState",
+ "SimulatedObservationAtCurrentOptimum",
+ "SimulatedObservationAtCurrentState",
].
Example :
- ``{"StoreSupplementaryCalculations":["BMA", "Innovation"]}``
+ ``{"StoreSupplementaryCalculations":["BMA", "CurrentState"]}``
.. ------------------------------------ ..
.. include:: snippets/Header2Algo04.rst
.. ------------------------------------ ..
.. include:: snippets/Header2Algo05.rst
+.. include:: snippets/Analysis.rst
+
.. include:: snippets/APosterioriCorrelations.rst
.. include:: snippets/APosterioriCovariance.rst
.. include:: snippets/CostFunctionJ.rst
+.. include:: snippets/CostFunctionJAtCurrentOptimum.rst
+
.. include:: snippets/CostFunctionJb.rst
+.. include:: snippets/CostFunctionJbAtCurrentOptimum.rst
+
.. include:: snippets/CostFunctionJo.rst
+.. include:: snippets/CostFunctionJoAtCurrentOptimum.rst
+
+.. include:: snippets/CurrentOptimum.rst
+
.. include:: snippets/CurrentState.rst
-.. include:: snippets/Innovation.rst
+.. include:: snippets/IndexOfOptimum.rst
+
+.. include:: snippets/InnovationAtCurrentState.rst
+
+.. include:: snippets/PredictedState.rst
+
+.. include:: snippets/SimulatedObservationAtCurrentOptimum.rst
+
+.. include:: snippets/SimulatedObservationAtCurrentState.rst
.. ------------------------------------ ..
.. include:: snippets/Header2Algo06.rst
.. index:: single: StoreSupplementaryCalculations
This list indicates the names of the supplementary variables that can be
- available at the end of the algorithm. It involves potentially costly
- calculations or memory consumptions. The default is a void list, none of
- these variables being calculated and stored by default. The possible names
- are in the following list: [
+ available at the end of the algorithm, if they are initially required by the
+ user. It involves potentially costly calculations or memory consumptions. The
+ default is a void list, none of these variables being calculated and stored
+ by default excepted the unconditionnal variables. The possible names are in
+ the following list: [
"CurrentState",
"SimulatedObservationAtCurrentState",
].
Example :
- ``{"StoreSupplementaryCalculations":["CurrentState"]}``
+ ``{"StoreSupplementaryCalculations":["BMA", "CurrentState"]}``
.. ------------------------------------ ..
.. include:: snippets/Header2Algo04.rst
.. index:: single: StoreSupplementaryCalculations
This list indicates the names of the supplementary variables that can be
- available at the end of the algorithm. It involves potentially costly
- calculations or memory consumptions. The default is a void list, none of
- these variables being calculated and stored by default. The possible names
- are in the following list: [
+ available at the end of the algorithm, if they are initially required by the
+ user. It involves potentially costly calculations or memory consumptions. The
+ default is a void list, none of these variables being calculated and stored
+ by default excepted the unconditionnal variables. The possible names are in
+ the following list: [
"CurrentState",
"Residu",
"SimulatedObservationAtCurrentState",
].
Example :
- ``{"StoreSupplementaryCalculations":["CurrentState"]}``
+ ``{"StoreSupplementaryCalculations":["BMA", "CurrentState"]}``
.. ------------------------------------ ..
.. include:: snippets/Header2Algo04.rst
.. include:: snippets/CurrentState.rst
+.. include:: snippets/Residu.rst
+
.. include:: snippets/SimulatedObservationAtCurrentState.rst
.. ------------------------------------ ..
.. index:: single: StoreSupplementaryCalculations
This list indicates the names of the supplementary variables that can be
- available at the end of the algorithm. It involves potentially costly
- calculations or memory consumptions. The default is a void list, none of
- these variables being calculated and stored by default. The possible names
- are in the following list: [
+ available at the end of the algorithm, if they are initially required by the
+ user. It involves potentially costly calculations or memory consumptions. The
+ default is a void list, none of these variables being calculated and stored
+ by default excepted the unconditionnal variables. The possible names are in
+ the following list: [
+ "Analysis",
"APosterioriCorrelations",
"APosterioriCovariance",
"APosterioriStandardDeviations",
"APosterioriVariances",
"BMA",
"CostFunctionJ",
+ "CostFunctionJAtCurrentOptimum",
"CostFunctionJb",
+ "CostFunctionJbAtCurrentOptimum",
"CostFunctionJo",
+ "CostFunctionJoAtCurrentOptimum",
+ "CurrentOptimum",
"CurrentState",
- "Innovation",
+ "IndexOfOptimum",
+ "InnovationAtCurrentState",
+ "PredictedState",
+ "SimulatedObservationAtCurrentOptimum",
+ "SimulatedObservationAtCurrentState",
].
- Example : ``{"StoreSupplementaryCalculations":["BMA", "Innovation"]}``
+ Example :
+ ``{"StoreSupplementaryCalculations":["BMA", "CurrentState"]}``
.. ------------------------------------ ..
.. include:: snippets/Header2Algo04.rst
.. ------------------------------------ ..
.. include:: snippets/Header2Algo05.rst
+.. include:: snippets/Analysis.rst
+
.. include:: snippets/APosterioriCorrelations.rst
.. include:: snippets/APosterioriCovariance.rst
.. include:: snippets/CostFunctionJ.rst
+.. include:: snippets/CostFunctionJAtCurrentOptimum.rst
+
.. include:: snippets/CostFunctionJb.rst
+.. include:: snippets/CostFunctionJbAtCurrentOptimum.rst
+
.. include:: snippets/CostFunctionJo.rst
+.. include:: snippets/CostFunctionJoAtCurrentOptimum.rst
+
+.. include:: snippets/CurrentOptimum.rst
+
.. include:: snippets/CurrentState.rst
-.. include:: snippets/Innovation.rst
+.. include:: snippets/IndexOfOptimum.rst
+
+.. include:: snippets/InnovationAtCurrentState.rst
+
+.. include:: snippets/PredictedState.rst
+
+.. include:: snippets/SimulatedObservationAtCurrentOptimum.rst
+
+.. include:: snippets/SimulatedObservationAtCurrentState.rst
.. ------------------------------------ ..
.. include:: snippets/Header2Algo06.rst
.. index:: single: StoreSupplementaryCalculations
This list indicates the names of the supplementary variables that can be
- available at the end of the algorithm. It involves potentially costly
- calculations or memory consumptions. The default is a void list, none of
- these variables being calculated and stored by default. The possible names
- are in the following list: [
- "OMA",
- "CurrentState",
+ available at the end of the algorithm, if they are initially required by the
+ user. It involves potentially costly calculations or memory consumptions. The
+ default is a void list, none of these variables being calculated and stored
+ by default excepted the unconditionnal variables. The possible names are in
+ the following list: [
+ "Analysis",
"CostFunctionJ",
+ "CostFunctionJAtCurrentOptimum",
"CostFunctionJb",
+ "CostFunctionJbAtCurrentOptimum",
"CostFunctionJo",
+ "CostFunctionJoAtCurrentOptimum",
+ "CurrentOptimum",
+ "CurrentState",
+ "OMA",
+ "SimulatedObservationAtCurrentOptimum",
"SimulatedObservationAtCurrentState",
"SimulatedObservationAtOptimum",
].
Example :
- ``{"StoreSupplementaryCalculations":["OMA", "CurrentState"]}``
+ ``{"StoreSupplementaryCalculations":["BMA", "CurrentState"]}``
*Tips for this algorithm:*
.. ------------------------------------ ..
.. include:: snippets/Header2Algo05.rst
+.. include:: snippets/Analysis.rst
+
+.. include:: snippets/CostFunctionJ.rst
+
+.. include:: snippets/CostFunctionJAtCurrentOptimum.rst
+
+.. include:: snippets/CostFunctionJb.rst
+
+.. include:: snippets/CostFunctionJbAtCurrentOptimum.rst
+
+.. include:: snippets/CostFunctionJo.rst
+
+.. include:: snippets/CostFunctionJoAtCurrentOptimum.rst
+
+.. include:: snippets/CurrentOptimum.rst
+
+.. include:: snippets/CurrentState.rst
+
.. include:: snippets/OMA.rst
+.. include:: snippets/SimulatedObservationAtCurrentOptimum.rst
+
+.. include:: snippets/SimulatedObservationAtCurrentState.rst
+
.. include:: snippets/SimulatedObservationAtOptimum.rst
.. ------------------------------------ ..
.. index:: single: StoreSupplementaryCalculations
This list indicates the names of the supplementary variables that can be
- available at the end of the algorithm. It involves potentially costly
- calculations or memory consumptions. The default is a void list, none of
- these variables being calculated and stored by default. The possible names
- are in the following list: [
+ available at the end of the algorithm, if they are initially required by the
+ user. It involves potentially costly calculations or memory consumptions. The
+ default is a void list, none of these variables being calculated and stored
+ by default excepted the unconditionnal variables. The possible names are in
+ the following list: [
"CurrentState",
"Residu",
"SimulatedObservationAtCurrentState",
].
Example :
- ``{"StoreSupplementaryCalculations":["CurrentState"]}``
+ ``{"StoreSupplementaryCalculations":["BMA", "CurrentState"]}``
.. ------------------------------------ ..
.. include:: snippets/Header2Algo04.rst
.. include:: snippets/CurrentState.rst
+.. include:: snippets/Residu.rst
+
.. include:: snippets/SimulatedObservationAtCurrentState.rst
.. ------------------------------------ ..
.. index:: single: StoreSupplementaryCalculations
This list indicates the names of the supplementary variables that can be
- available at the end of the algorithm. It involves potentially costly
- calculations or memory consumptions. The default is a void list, none of
- these variables being calculated and stored by default. The possible names
- are in the following list: [
+ available at the end of the algorithm, if they are initially required by the
+ user. It involves potentially costly calculations or memory consumptions. The
+ default is a void list, none of these variables being calculated and stored
+ by default excepted the unconditionnal variables. The possible names are in
+ the following list: [
"CurrentState",
"JacobianMatrixAtCurrentState",
"SimulatedObservationAtCurrentState",
].
Example :
- ``{"StoreSupplementaryCalculations":["CurrentState"]}``
+ ``{"StoreSupplementaryCalculations":["BMA", "CurrentState"]}``
.. ------------------------------------ ..
.. include:: snippets/Header2Algo04.rst
.. include:: snippets/CurrentState.rst
+.. include:: snippets/JacobianMatrixAtCurrentState.rst
+
.. include:: snippets/SimulatedObservationAtCurrentState.rst
.. ------------------------------------ ..
.. index:: single: StoreSupplementaryCalculations
This list indicates the names of the supplementary variables that can be
- available at the end of the algorithm. It involves potentially costly
- calculations or memory consumptions. The default is a void list, none of
- these variables being calculated and stored by default. The possible names
- are in the following list: ["BMA", "CostFunctionJ",
- "CostFunctionJb", "CostFunctionJo", "CostFunctionJAtCurrentOptimum",
- "CostFunctionJbAtCurrentOptimum", "CostFunctionJoAtCurrentOptimum",
- "CurrentState", "CurrentOptimum", "IndexOfOptimum", "Innovation",
- "InnovationAtCurrentState", "OMA", "OMB",
- "SimulatedObservationAtBackground", "SimulatedObservationAtCurrentState",
- "SimulatedObservationAtOptimum", "SimulatedObservationAtCurrentOptimum"].
+ available at the end of the algorithm, if they are initially required by the
+ user. It involves potentially costly calculations or memory consumptions. The
+ default is a void list, none of these variables being calculated and stored
+ by default excepted the unconditionnal variables. The possible names are in
+ the following list: [
+ "Analysis",
+ "BMA",
+ "CostFunctionJ",
+ "CostFunctionJAtCurrentOptimum",
+ "CostFunctionJb",
+ "CostFunctionJbAtCurrentOptimum",
+ "CostFunctionJo",
+ "CostFunctionJoAtCurrentOptimum",
+ "CurrentOptimum",
+ "CurrentState",
+ "IndexOfOptimum",
+ "Innovation",
+ "InnovationAtCurrentState",
+ "OMA",
+ "OMB",
+ "SimulatedObservationAtBackground",
+ "SimulatedObservationAtCurrentOptimum",
+ "SimulatedObservationAtCurrentState",
+ "SimulatedObservationAtOptimum",
+ ].
Example :
- ``{"StoreSupplementaryCalculations":["BMA", "Innovation"]}``
+ ``{"StoreSupplementaryCalculations":["BMA", "CurrentState"]}``
*Tips for this algorithm:*
.. ------------------------------------ ..
.. include:: snippets/Header2Algo05.rst
+.. include:: snippets/Analysis.rst
+
.. include:: snippets/BMA.rst
+.. include:: snippets/CostFunctionJ.rst
+
.. include:: snippets/CostFunctionJAtCurrentOptimum.rst
+.. include:: snippets/CostFunctionJb.rst
+
.. include:: snippets/CostFunctionJbAtCurrentOptimum.rst
+.. include:: snippets/CostFunctionJo.rst
+
.. include:: snippets/CostFunctionJoAtCurrentOptimum.rst
.. include:: snippets/CurrentOptimum.rst
.. index:: single: StoreSupplementaryCalculations
This list indicates the names of the supplementary variables that can be
- available at the end of the algorithm. It involves potentially costly
- calculations or memory consumptions. The default is a void list, none of
- these variables being calculated and stored by default. The possible names
- are in the following list: [
+ available at the end of the algorithm, if they are initially required by the
+ user. It involves potentially costly calculations or memory consumptions. The
+ default is a void list, none of these variables being calculated and stored
+ by default excepted the unconditionnal variables. The possible names are in
+ the following list: [
+ "Analysis",
"BMA",
+ "CurrentState",
"CostFunctionJ",
"CostFunctionJb",
"CostFunctionJo",
- "CurrentState",
+ "Innovation",
"OMA",
"OMB",
- "Innovation",
"SimulatedObservationAtBackground",
"SimulatedObservationAtCurrentState",
"SimulatedObservationAtOptimum",
].
Example :
- ``{"StoreSupplementaryCalculations":["BMA", "Innovation"]}``
+ ``{"StoreSupplementaryCalculations":["BMA", "CurrentState"]}``
.. ------------------------------------ ..
.. include:: snippets/Header2Algo04.rst
.. ------------------------------------ ..
.. include:: snippets/Header2Algo05.rst
+.. include:: snippets/Analysis.rst
+
.. include:: snippets/BMA.rst
.. include:: snippets/CurrentState.rst
+.. include:: snippets/CostFunctionJ.rst
+
+.. include:: snippets/CostFunctionJb.rst
+
+.. include:: snippets/CostFunctionJo.rst
+
.. include:: snippets/Innovation.rst
.. include:: snippets/OMA.rst
.. index:: single: StoreSupplementaryCalculations
This list indicates the names of the supplementary variables that can be
- available at the end of the algorithm. It involves potentially costly
- calculations or memory consumptions. The default is a void list, none of
- these variables being calculated and stored by default. The possible names
- are in the following list: [
+ available at the end of the algorithm, if they are initially required by the
+ user. It involves potentially costly calculations or memory consumptions. The
+ default is a void list, none of these variables being calculated and stored
+ by default excepted the unconditionnal variables. The possible names are in
+ the following list: [
+ "Analysis",
"BMA",
"CostFunctionJ",
"CostFunctionJb",
"CostFunctionJo",
"CurrentState",
+ "Innovation",
"OMA",
"OMB",
- "Innovation",
"SimulatedObservationAtBackground",
"SimulatedObservationAtCurrentState",
"SimulatedObservationAtOptimum",
].
Example :
- ``{"StoreSupplementaryCalculations":["BMA", "Innovation"]}``
+ ``{"StoreSupplementaryCalculations":["BMA", "CurrentState"]}``
*Tips for this algorithm:*
.. ------------------------------------ ..
.. include:: snippets/Header2Algo05.rst
+.. include:: snippets/Analysis.rst
+
.. include:: snippets/BMA.rst
+.. include:: snippets/CostFunctionJ.rst
+
+.. include:: snippets/CostFunctionJb.rst
+
+.. include:: snippets/CostFunctionJo.rst
+
.. include:: snippets/CurrentState.rst
.. include:: snippets/Innovation.rst
.. index:: single: StoreSupplementaryCalculations
This list indicates the names of the supplementary variables that can be
- available at the end of the algorithm. It involves potentially costly
- calculations or memory consumptions. The default is a void list, none of
- these variables being calculated and stored by default. The possible names
- are in the following list: [
+ available at the end of the algorithm, if they are initially required by the
+ user. It involves potentially costly calculations or memory consumptions. The
+ default is a void list, none of these variables being calculated and stored
+ by default excepted the unconditionnal variables. The possible names are in
+ the following list: [
"CostFunctionJ",
"CostFunctionJb",
"CostFunctionJo",
].
Example :
- ``{"StoreSupplementaryCalculations":["CostFunctionJ", "SimulatedObservationAtCurrentState"]}``
+ ``{"StoreSupplementaryCalculations":["BMA", "CurrentState"]}``
.. ------------------------------------ ..
.. include:: snippets/Header2Algo04.rst
.. ------------------------------------ ..
.. include:: snippets/Header2Algo05.rst
+.. include:: snippets/CostFunctionJ.rst
+
+.. include:: snippets/CostFunctionJb.rst
+
+.. include:: snippets/CostFunctionJo.rst
+
.. include:: snippets/CurrentState.rst
.. include:: snippets/InnovationAtCurrentState.rst
.. index:: single: StoreSupplementaryCalculations
This list indicates the names of the supplementary variables that can be
- available at the end of the algorithm. It involves potentially costly
- calculations or memory consumptions. The default is a void list, none of
- these variables being calculated and stored by default. The possible names
- are in the following list: [
+ available at the end of the algorithm, if they are initially required by the
+ user. It involves potentially costly calculations or memory consumptions. The
+ default is a void list, none of these variables being calculated and stored
+ by default excepted the unconditionnal variables. The possible names are in
+ the following list: [
+ "Analysis",
"BMA",
- "OMA",
- "OMB",
"CurrentState",
"CostFunctionJ",
"CostFunctionJb",
"CostFunctionJo",
"Innovation",
+ "OMA",
+ "OMB",
"SimulatedObservationAtBackground",
"SimulatedObservationAtCurrentState",
"SimulatedObservationAtOptimum",
].
Example :
- ``{"StoreSupplementaryCalculations":["BMA", "Innovation"]}``
+ ``{"StoreSupplementaryCalculations":["BMA", "CurrentState"]}``
.. ------------------------------------ ..
.. include:: snippets/Header2Algo04.rst
.. ------------------------------------ ..
.. include:: snippets/Header2Algo05.rst
+.. include:: snippets/Analysis.rst
+
.. include:: snippets/BMA.rst
-.. include:: snippets/OMA.rst
+.. include:: snippets/CurrentState.rst
-.. include:: snippets/OMB.rst
+.. include:: snippets/CostFunctionJ.rst
-.. include:: snippets/CurrentState.rst
+.. include:: snippets/CostFunctionJb.rst
+
+.. include:: snippets/CostFunctionJo.rst
.. include:: snippets/Innovation.rst
+.. include:: snippets/OMA.rst
+
+.. include:: snippets/OMB.rst
+
.. include:: snippets/SimulatedObservationAtBackground.rst
.. include:: snippets/SimulatedObservationAtCurrentState.rst
.. index:: single: StoreSupplementaryCalculations
This list indicates the names of the supplementary variables that can be
- available at the end of the algorithm. It involves potentially costly
- calculations or memory consumptions. The default is a void list, none of
- these variables being calculated and stored by default. The possible names
- are in the following list: [
+ available at the end of the algorithm, if they are initially required by the
+ user. It involves potentially costly calculations or memory consumptions. The
+ default is a void list, none of these variables being calculated and stored
+ by default excepted the unconditionnal variables. The possible names are in
+ the following list: [
"CurrentState",
"Residu",
"SimulatedObservationAtCurrentState",
].
Example :
- ``{"StoreSupplementaryCalculations":["CurrentState"]}``
+ ``{"StoreSupplementaryCalculations":["BMA", "CurrentState"]}``
.. ------------------------------------ ..
.. include:: snippets/Header2Algo04.rst
.. include:: snippets/CurrentState.rst
+.. include:: snippets/Residu.rst
+
.. include:: snippets/SimulatedObservationAtCurrentState.rst
.. ------------------------------------ ..
.. index:: single: StoreSupplementaryCalculations
This list indicates the names of the supplementary variables that can be
- available at the end of the algorithm. It involves potentially costly
- calculations or memory consumptions. The default is a void list, none of
- these variables being calculated and stored by default. The possible names
- are in the following list: [
+ available at the end of the algorithm, if they are initially required by the
+ user. It involves potentially costly calculations or memory consumptions. The
+ default is a void list, none of these variables being calculated and stored
+ by default excepted the unconditionnal variables. The possible names are in
+ the following list: [
+ "Analysis",
"APosterioriCorrelations",
"APosterioriCovariance",
"APosterioriStandardDeviations",
"CostFunctionJb",
"CostFunctionJo",
"CurrentState",
- "Innovation",
+ "InnovationAtCurrentState",
].
Example :
- ``{"StoreSupplementaryCalculations":["BMA", "Innovation"]}``
+ ``{"StoreSupplementaryCalculations":["BMA", "CurrentState"]}``
.. ------------------------------------ ..
.. include:: snippets/Header2Algo04.rst
.. ------------------------------------ ..
.. include:: snippets/Header2Algo05.rst
+.. include:: snippets/Analysis.rst
+
.. include:: snippets/APosterioriCorrelations.rst
.. include:: snippets/APosterioriCovariance.rst
.. include:: snippets/CurrentState.rst
-.. include:: snippets/Innovation.rst
+.. include:: snippets/InnovationAtCurrentState.rst
.. ------------------------------------ ..
.. include:: snippets/Header2Algo06.rst
to the user at the output in order to facilitate the writing of post-processing
procedures, are described in the :ref:`subsection_r_o_v_Inventaire`.
+**Permanent outputs (non conditional)**
+
The unconditional outputs of the algorithm are the following:
-The conditional outputs of the algorithm are the following:
+**Set of on-demand outputs (conditional or not)**
+
+The whole set of algorithm outputs (conditional or not), sorted by
+alphabetical order, is the following:
--- /dev/null
+.. index:: single: PredictedState
+
+PredictedState
+ *List of vectors*. Each element is a state vector predicted by the model
+ during the iterative algorithm procedure.
+
+ Example:
+ ``Xp = ADD.get("PredictedState")[:]``