Skip to content

Commit

Permalink
add legend for pop. std deviation
Browse files Browse the repository at this point in the history
  • Loading branch information
bg117 committed Mar 5, 2023
1 parent 31c7b2c commit 941d9b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions FrequencyDistributionTable/Views/LegendView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
<TextBlock><Run FontFamily="Cambria Math">𝑠²</Run>: Sample variance</TextBlock>
<TextBlock><Run FontFamily="Cambria Math">𝜎²</Run>: Population variance</TextBlock>
<TextBlock><Run FontFamily="Cambria Math">𝑠</Run>: Sample standard deviation</TextBlock>
<TextBlock><Run FontFamily="Cambria Math">𝜎</Run>: Population standard deviation</TextBlock>
</StackPanel>
</StackPanel>
</ScrollViewer>
Expand Down

0 comments on commit 941d9b8

Please sign in to comment.