Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getting quantiles for each point, for each cluster from flowClust object #23

Open
phauchamps opened this issue Feb 3, 2023 · 2 comments

Comments

@phauchamps
Copy link

Hi @gfinak, hi @mikejiang,

I was wondering whether there was a way to get the quantiles of each point, for each cluster from a flowClust object., i.e. the quantile of each point with regard to the K different multivariate student-t distributions that were fitted to the data.

So, in other words, the output would look like the one from posterior() or importance(), but returning the quantiles instead of the posterior probability/weight. I guess this information is calculated at some point in order to apply the 'level' outlier parameter (when it is used).

Thanks a lot,

Philippe

@gfinak
Copy link
Member

gfinak commented Feb 3, 2023

It is but there is no specific API for it. I recommend digging around in the source to figure out where the calculation is done and reference the paper for accuracy. I recall it's in the R code, but that's about it.
Sorry I can't be of more specific help at this time.

@phauchamps
Copy link
Author

I'll give it a try, thanks !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants