Li Alex Zhang
Li Alex Zhang
I just tried the new v1.0 extension, and loved everything along until the `@manipulate` stopped working. Would be great to plan supporting Interact, so more could start move to VS...
Hi, I just encounter a problem of finding specific peaks or troughs in a signal, and can't find appropriate functions in Julia. In MATLAB, the `findpeaks` is very convenient that...
matlab have `interpft` which is a fft-based interpolation, or generally speaking, a smoothing method. hope this can be added to the package.
Hi, I have generated and used some basic colormaps for color science studies. These include: LMS Cone Isolating colors  DKL Cone-Opponent colors  DKL Isoluminance Hues  and other...
i am not sure it is the problem of my ubuntu system or the package, so i'll fire straight a issue here. it used to work on another windows system...
Hi, I tried to move some of the R code into Julia, and found the `ridge` regression in `MultivariateStats.jl` to replace `lm.ridge` in R. but it seems that the `lambda`...
Hi, Some of the Circular Statistical Test are used in many fields, it would be natural to include Circular Test in this package, would anyone considered this, the well-known Matlab...
The `OneWayANOVATest` seems doing classical Anova, assuming equal variance of each group, it would be great to add the Welch Anova which assuming unequal variance of groups.
it would be nice to support the sample weights in the KDE, for many data are collected with various confidence. Scipy and scikit learn have already add weights, and maybe...
i think it's more natural for Julia user to anticipate vector instead of 1×n matrix, when loading matlab row/column vectors, and have a scalar value instead of 1×1 matrix. maybe...