You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,8 @@ Three functions are provided that perform circular statistics on a slice of [`De
60
60
61
61
-[`AvgDirectionDeg`](https://pkg.go.dev/github.com/cdzombak/libwx#AvgDirectionDeg) calculates the circular mean of the given set of angles (in degrees).
62
62
-[`WeightedAvgDirectionDeg`](https://pkg.go.dev/github.com/cdzombak/libwx#WeightedAvgDirectionDeg) calculates the weighted circular mean of the given set of angles (in degrees).
63
-
-[`StdDevDeg`](https://pkg.go.dev/github.com/cdzombak/libwx#StdDevDeg) calculates the circular standard deviation of the given set of angles (in degrees).
63
+
-[`StdDevDirectionDeg`](https://pkg.go.dev/github.com/cdzombak/libwx#StdDevDirectionDeg) calculates the circular standard deviation of the given set of angles (in degrees).
64
+
-[`WeightedStdDevDirectionDeg`](https://pkg.go.dev/github.com/cdzombak/libwx#WeightedStdDevDirectionDeg) calculates the weighted circular standard deviation of the given set of angles (in degrees).
64
65
65
66
These can be used to calculate the average and standard deviation of a set of wind directions, for example.
0 commit comments