Skip to content

ellenhsieh/DescrStats

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Documentation for DescrStats.py and DescrStats() function

This repository contains the Python module DescrStats.py, which defines the function DescrStats(). This function can be used by importing the module and using the function on a datafile that is a comma-delimited, single variable text file (.txt) in which the data are organized as a single column with each row representing an observation.

import DescStats as ds

ds.DescrStats(`datafile.txt')

We have placed a sample data file (datafile.txt) in this repository. You can use this data file to test your

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%