A package as a complement for statistic computation
Project description
A package as a complement for statistic computation
Usage
from stat_complement import HotellingT2,JacobiSolve
X=np.array([[-3,15],[4,16],[5,11]])
mu=np.array([[4,14]])
HotellingT2(X,mu)
# x: initial point delta: stop criteria
JacobiSolve(A,b,x,delta)
You are welcome to put up some function about statistic computation and I will try best to add it
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
stat_complement-0.0.2.tar.gz
(1.2 kB
view details)
File details
Details for the file stat_complement-0.0.2.tar.gz.
File metadata
- Download URL: stat_complement-0.0.2.tar.gz
- Upload date:
- Size: 1.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ec337242f62b569151b383f6bd1c70aafe87d03100ab84d9566e031444d35778
|
|
| MD5 |
20a81f81116cf26cdc3c340ac2b2f926
|
|
| BLAKE2b-256 |
650816943220f33f36ee40b769767f36b21bd7c91904c338d95d691d50d19abf
|