Skip to content
View ksandric's full-sized avatar
🐹
зваліўся ў каньён
🐹
зваліўся ў каньён

Block or report ksandric

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ksandric/README.md

Hi there 👋

Sasha's github stats

Pinned Loading

  1. C# Works like ksdensity in mathlab. ... C# Works like ksdensity in mathlab. KDE performs kernel density estimation (KDE)on one - dimensional data. Probability density function (PDF) signal analysis.
    1
    public static double[,] KernelDensityEstimation(double[] data, double sigma, int nsteps)
    2
            {
    3
                // probability density function (PDF) signal analysis
    4
                // Works like ksdensity in mathlab. 
    5
                // KDE performs kernel density estimation (KDE)on one - dimensional data