nyx_space::utilsFunction rss_errors
Source pub fn rss_errors<N: DimName>(
prop_err: &OVector<f64, N>,
cur_state: &OVector<f64, N>,
) -> f64
Expand description
Computes the Root Sum Squared (RSS) state errors between two provided vectors.
§Arguments
prop_err
- A vector representing the propagated error.
cur_state
- A vector representing the current state.
§Returns
A f64 value representing the RSS state error.