Skip to content

Conversation

mdhaber
Copy link
Owner

@mdhaber mdhaber commented Mar 25, 2022

Reference issue

What does this implement/fix?

Additional information

@mdhaber mdhaber changed the base branch from gh14505 to main March 28, 2022 19:30
@mdhaber mdhaber changed the base branch from main to gh14505 March 28, 2022 19:31
WarrenWeckesser and others added 11 commits March 29, 2022 19:59
* DEP: enforced radius in spherical voronoi

* changed test name

* fixed accidently added sphinxext

* fixed indentation
* [BUG] make p-values consistent with the literature

Co-authored-by: Matt Haberland <mhaberla@calpoly.edu>
DEP: deal with deprecation of ndim >1 in bspline
* ENH: circvar calculated simply as 1-R

The circular statistic function circvar is updated to estimate circular
variance simply as one minus the mean resultant vector (1-R), instead
of using approximation to the linear variance. This definition is
compatible with the literature (e.g., Fisher, 1993; Jammalamadaka and
SenGupta, 2001) and other implementations in statistical packages (e.g.,
R and Matlab).

Optional boolean parameter ``normalize`` added
cirstd determines whether the returned values are independent on the
variable units, or whether the values are scaled by the range of
variable values (currently default not to break compatability).

Docstring of circvar, circstd and circmean have more accurate
description for the parameters ``high`` and ``low``.

Co-authored-by: Matt Haberland <mhaberla@calpoly.edu>
@mdhaber mdhaber changed the title Gh13462 Clean up warnings/errors Apr 1, 2022
Smit-create and others added 12 commits April 1, 2022 08:37
Cherry-picked from scipygh-15897, to make reviewing PRs which touch
`id_dist/` easier.

[ci skip]
* Replace tabs with spaces.
* Remove form-feed characters.
* Use braces and indentation consistently in if-statements.
* Remove superfluous parentheses from return statements.
* Move the code labeled "under:" to the end of the function,
  so the one goto statement is a forward jump.
MAINT:special: Clean up C style in ndtr.c
MAINT: stats: adjust tolerance of failing TestTruncnorm
@mdhaber mdhaber closed this Apr 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.