ORNL-CEES / Cap

A library for modeling energy storage devices.
http://cap.readthedocs.org
Other
16 stars 6 forks source link

Update parameter names of log-normal distribution. #226

Closed Rombur closed 8 years ago

codecov-io commented 8 years ago

Current coverage is 92.61% (diff: 0.00%)

Merging #226 into master will decrease coverage by 0.72%

@@             master       #226   diff @@
==========================================
  Files            72         71     -1   
  Lines          4761       4724    -37   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
- Hits           4444       4375    -69   
- Misses          317        349    +32   
  Partials          0          0          

Sunburst

Powered by Codecov. Last update 04aaac7...5804d40

dalg24 commented 8 years ago

Changing the parameter names for the log-normal distribution FROM mean and standard_deviation TO location and scale. This was confusing since the mean and standard deviation of the actual non-logarithmized sample values are then different. Refer to here to see how these are related.