Li Alex Zhang

Results 28 issues of 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...

enhancement

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...

enhancement

matlab have `interpft` which is a fft-based interpolation, or generally speaking, a smoothing method. hope this can be added to the package.

wishlist

Hi, I have generated and used some basic colormaps for color science studies. These include: LMS Cone Isolating colors ![image](https://user-images.githubusercontent.com/92771/102279252-ed9c3a80-3edf-11eb-9b84-095de0684c02.png) DKL Cone-Opponent colors ![image](https://user-images.githubusercontent.com/92771/102279335-0f95bd00-3ee0-11eb-9b37-16ce79bc5b16.png) DKL Isoluminance Hues ![image](https://user-images.githubusercontent.com/92771/102279601-85018d80-3ee0-11eb-8958-3619711427f2.png) 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...