Skip to content

mixstam1821/MannKendall.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

MannKendall.jl

The non-parametric Mann-Kendall test and Sen's Slope for Julia Programming Language

Example

using MannKendall
y = rand(40*12)
x = collect(1:length(y))
mann_kendall(x,y)                                                                                                                                              
(reject_null_hypothesis = false, p_value = 0.4369827573849885, Tau = -0.02374739039665971, slope = -7.613151196044908e-5, intercept = 0.5150870782436969)

About

The non-parametric Mann-Kendall test and Sen's Slope for Julia Programming Language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages