Skip to content

Commit 11fdbf5

Browse files
committed
update README
1 parent f264063 commit 11fdbf5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ Three functions are provided that perform circular statistics on a slice of [`De
6060

6161
- [`AvgDirectionDeg`](https://pkg.go.dev/github.com/cdzombak/libwx#AvgDirectionDeg) calculates the circular mean of the given set of angles (in degrees).
6262
- [`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).
6465

6566
These can be used to calculate the average and standard deviation of a set of wind directions, for example.
6667

0 commit comments

Comments
 (0)