Skip to content

Simple program for finding Weibull distribution parameters

License

Notifications You must be signed in to change notification settings

prcwiek/find_weibull_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Find Weibull

Simple program for finding the Weibull distribution parameters k shape factor and c scale factor. Usage:

python find_weibull.py filename -p

where:
filename is a text file from which program loads the first column with the header.
-p parameter if plot should be preparded and saved

python find_weibull.py data_example/WS125.txt -p
python find_weibull.py -p

The file WS125.txt with the example wind measurement data set comes from the measurement mast US Virgin Islands St. Thomas Bovoni and was downloaded from the site
https://midcdmz.nrel.gov/apps/sitehome.pl?site=USVILONA.

Information about the data set used

Any publication based in whole or in part on these data sets should cite the data source as:

Roberts, O.; Andreas, A.; (1997). United States Virgin Islands:
St. Thomas & St. Croix (Data); NREL Report No. DA-5500-64451.
http://dx.doi.org/10.7799/1183464
https://midcdmz.nrel.gov/

Sorting function from
https://fortran-lang.discourse.group/t/modern-fortran-sample-code/2019/4

About

Simple program for finding Weibull distribution parameters

Topics

Resources

License

Stars

Watchers

Forks

Languages