- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Posted 04-14-2013 03:17 PM
(1277 views)
I was wondering does SAS compute probability for multivariate F-distribution and if not is there approximation to it. Thanx in advance
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Do you have a reference? I've never heard of this distribution.
No, SAS doesn't compute this in a built-in way. In general CDFs of multivariate functions are quite challenging, since they involve multidimensional integrals. You can use the PROBBNRM function to compute the CDF of a bivariate normal distribution, but I am not aware of other MV probability functions. See Visualize the bivariate normal cumulative distribution - The DO Loop
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Are you referring to the F approximations used in multivariate analysis of variance (MANOVA) ?
PG