Lines Matching refs:Covariance
2150 Covariance Estimation
2219 :class:`Covariance`
2222 :class:`Covariance` allows the user to evaluate the covariance for a
2231 matrix. Quite often just the block diagonal. :class:`Covariance`
2262 deficiency to the :class:`Covariance` object so that it can
2272 :class:`Covariance::Options`
2274 .. class:: Covariance::Options
2276 .. member:: int Covariance::Options::num_threads
2283 .. member:: CovarianceAlgorithmType Covariance::Options::algorithm_type
2323 .. member:: int Covariance::Options::min_reciprocal_condition_number
2348 :func:`Covariance::Compute` will return ``false`` if a rank
2369 .. member:: int Covariance::Options::null_space_rank
2396 then the `Covariance::Compute()` will fail and return `false`.
2405 .. member:: bool Covariance::Options::apply_loss_function
2414 .. class:: Covariance
2416 :class:`Covariance::Options` as the name implies is used to control
2417 the covariance estimation algorithm. Covariance estimation is a
2419 entire documentation for :class:`Covariance::Options` before using
2420 :class:`Covariance`.
2422 .. function:: bool Covariance::Compute(const vector<pair<const double*, const double*> >& covarianc…
2445 :class:`Covariance::Options` for more on the conditions under which
2477 Covariance::Options options;
2478 Covariance covariance(options);