-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge 'develop' for gtools-0.13.0 (2018-04-24); skew, kurt, rawstat, …
…sd fixes Features * Added skewness and kurtosis to `gcollapse` and `gegen` * Fixes #37 * Added `rawsum` * Added option `rawstat()`; you can pass a list of targets for which weights will be ignored. `percent` cannot be called with `rawstat`. All targets must be named _**explicitly**_ (i.e. will not expand varlist notation). Neither rawsum nor rawstat are very smart. If the user requests them without weights, they will be ignored without warning. If the user requests them with weights, the weighted version will still be called (weighted internals are slower than unweighted internals). Bug fixes * `sd`, `semean` give the correct answer when the group is a singleton or when all observations are the same. * `skew`, `kurt` give the correct answer when the group is a singleton or when all observations are the same. * When not weighted, `skew` and `kurt` return missing when all observations are the same. When weighted, they may return -1 or 1 due to numerical (im)precission problems. This issue is also present in Stata's implementation and should only come up when working with doubles rounded to arbitrary decimal places. * Added OSX plugin in build. * Enclosed various macros in `""' in case they contain quotations. * Fixed #36 Enhancements * Added some basic debugging code and comments to the code base.
- Loading branch information
Showing
100 changed files
with
15,146 additions
and
6,091 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: "generic-0.5.0-{build}" | ||
version: "generic-0.6.0-{build}" | ||
|
||
environment: | ||
matrix: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.