Info
この質問は閉じられています。 編集または回答するには再度開いてください。
improve statistic of multidimensional data
1 ビュー (過去 30 日間)
表示 古いコメント
Hey,
I have some data point with multiple properties and i need to scale up those datapoints to a higher quantity while keeping the relativ occurance of all the properties.
So for example i have some data A with 5000 elements where the value of A describes the property a of all 5000 individuell elements, then i have B with 5000 elements which describes property b, and so on with c,d,e,f,g,.... i think for the start 3 property erray should be enough. The values of A ,B and C can be big or small maybe they will describe e bimodal behaviour in A and a gaussian in B and maybe lognormal in C.
I now want to scale up my data to lets say 20000 datapoint while keeping the properties of A, B and C in bimodal, gausion, lognormal shape.
I tried to get 3 binary histograms with histcounts2, respectively between A-B, B-C and A-C, smoothed them a little bit to fill out the "holes" in my 3 matrices since they come from the too little statistics of only those 5000 datapoints, and then tried to reconstruct the 3d matrix form the 3 2D matrices, but somhow it didnt work.
I also tried:
but this didnt work neither.
Does anybody have an idea how to do this properly??
Many thanks in advance and best regards
回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!