Skip to content

AhuPersonal/524_lab1_Exercise1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

=========== ahupythonpackage

This package includes function calculating standard deviation.

Installation

Start the command line

pip install git+git://github.com/AhuPersonal/524_lab1_Exercise1.git

OR

pip install git+https://github.com/AhuPersonal/524_lab1_Exercise1.git

Usage

Calculating standard deviation via standard_deviation():

from ahupythonpackage import standard_deviation
standard_deviation([10,20,30,40])

Update

Addition of standard error function by Amol Mane

Definition:

The standard error of a sample statistic (such as sample mean) is the estimated standard deviation of the error in the process by which it was generated. In other words, it is the standard deviation of the sampling distribution of the sample statistic.

A usage example:

standard_error(c(1,2,3,4))

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages