biolab / orange3-educational

🍊 🎓 Educational widgets for machine learning and data mining in Orange 3.
Other
27 stars 20 forks source link

Replace "Variance" in Random Data Widget (Normal Distribution) with "Standard Deviation" #137

Closed EKal-aa closed 2 years ago

EKal-aa commented 2 years ago
Educational version

0.5.0

Orange version

3.31.1

Expected behavior

Using Random Data Widget to produce sample data with normal distribution, the number in the field called "Variance" should be the variance in the sampled data. Or, the name of the field should be "Standard Deviation".

grafik

Actual behavior

The field is called "Variance", but the number works as standard deviation.

Codesnipped of owrandomdata.py grafik

Part of Documentation of scipy.stats.norm grafik

Steps to reproduce the behavior
Additional info (worksheets, data, screenshots, ...)

grafik random_data_widget.zip

janezd commented 2 years ago

Fixed. Thank you for reporting this!