You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It makes sense to calculate the sample metrics before and after the distribution. We need to consider weights for each item. There is good package in R for it. Weighted.Desc.Stat
The text was updated successfully, but these errors were encountered:
@ax3l you are right, moments should be easily available or in the worst case easy to implement. And that linked R package seem to offer nothing more (so by itself it should definitely not be a reason to switch to R).
Additionally to that - and that is what is maybe more presented in R than python - we need metrics used in statistics, that fall into three categories:
Distance between two weighted samples, at least 1D, better 3D and 6D as well (so far found only 1D Wasserstein in python iirc and used it for energies for the poster)
Distance between two histograms
Distance between two densities - here we can basically use any metric in functional space, but maybe some make more sense particularly for densities
It makes sense to calculate the sample metrics before and after the distribution. We need to consider weights for each item. There is good package in R for it.
Weighted.Desc.Stat
The text was updated successfully, but these errors were encountered: