Hi Fellow Gophers

The Noncentral t-distribution 
<https://en.wikipedia.org/wiki/Noncentral_t-distribution> (not to be 
confused with the non-standardized t-distribution 
<https://pkg.go.dev/gonum.org/v1/gonum/stat/distuv#StudentsT>) plays a 
centre role in statistical power analysis.

I wonder does anyone know of an implementation in pure Go?
In particular, I need the distribution's quantile function 
<https://en.wikipedia.org/wiki/Quantile_function>, a.k.a. inverse 
cumulative distribution. 
It doesn't have to be polished, and can even be an internal 
<https://go.dev/doc/go1.4#internalpackages> package, as I just want 
something to build on.

There seems to be no trace of this function on the internet, and I wonder 
can anyone more knowledgable in statistics give me some hints?

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/golang-nuts/def6e5fa-6f0e-4262-b3c9-7cf1503f82fen%40googlegroups.com.

Reply via email to