ProcessMiner / nlcor

An implementation of an efficient heuristic to compute the nonlinear correlations between numeric vectors. The heuristic works by adaptively identifying multiple local regions of linear correlations to estimate the overall nonlinear correlation. The nonlinear correlations estimate has various applications in data exploration and variable selection for nonlinear models.
GNU General Public License v2.0
18 stars 1 forks source link

Gives exactly the same result as linear correlation, nlcor is flawed #21

Open meghnaathwani opened 1 year ago

meghnaathwani commented 1 year ago

I used this command on the variables in my study. I also used the "cor" command to calculate linear correlation. nlcor and cor give the exact same result. this entire function is flawed and doesn't work.