Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Python: Statistical functions for tutorial purposes.

NotificationsYou must be signed in to change notification settings

vsraptor/stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Statistical functions for tutorial purposes.

Work in progress on tutorial of using Statistics in programing .....

Example :

>x=np.array([1,2,3,4,5])>np.var(x):2.0>stats.var(x):2.5>stats.var(x,sample=False):2.0>stats.cov(x,x,sample=False):2.0

About

Python: Statistical functions for tutorial purposes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors2

  •  
  •  

Languages


[8]ページ先頭

©2009-2026 Movatter.jp