Al momento, stai seguendo questo contributo
- Vedrai gli aggiornamenti nel tuo feed del contenuto seguito
- Potresti ricevere delle email a seconda delle tue preferenze per le comunicazioni
NDellipse returns 2d coordinates of several ellipsoids defined by NDslices.
Usage [x , y] = ndellipse(M , S ,[H] , [R] , [N]);
Inputs
------
M : Mean vector (d x 1 x [n1] , ... , [nl])
S : Covariance (d x d x [n1] , ... , [nl])
H : Transfert Matrix (2 x d) (default H = eye(2 , d))
R : Such that y'Sy < R (default R = 2.44774683 = sqrt(chi2inv(0.95 , 2)))
N : Number of points to draw ellipsoids (default N = 50)
Outputs
-------
x : x-coordinate (1 x N x [n1] , ... , [nl])
y : y-coordinate (1 x N x [n1] , ... , [nl])
Cita come
Sebastien PARIS (2026). NDellipse (https://it.mathworks.com/matlabcentral/fileexchange/17536-ndellipse), MATLAB Central File Exchange. Recuperato .
Riconoscimenti
Ispirato: EM_MVGM
Informazioni generali
- Versione 1.4.0.0 (3,86 KB)
Compatibilità della release di MATLAB
- Compatibile con qualsiasi release
Compatibilità della piattaforma
- Windows
- macOS
- Linux
