Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: special: Add a ufunc to compute the Box-Cox transformation. #3150

Merged
merged 1 commit into from
Dec 14, 2013

Conversation

WarrenWeckesser
Copy link
Member

This can be used in scipy.stats.boxcox (see #3080), and in scipy.stats.power_divergence.

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling 2972989 on WarrenWeckesser:enh-special-boxcox into d5768b5 on scipy:master.



def test_basic():
x = np.array([1,2,3])
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indentation? Tabs?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Argh--bad default editor setting.

@pv
Copy link
Member

pv commented Dec 14, 2013

Should also be added to documentation.

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling 73e925e on WarrenWeckesser:enh-special-boxcox into d5768b5 on scipy:master.

@WarrenWeckesser
Copy link
Member Author

Rebased: fixed whitespace issues, tweaked the docstring to look a bit better in the generated docs, added to the module docs and release notes.

pv added a commit that referenced this pull request Dec 14, 2013
ENH: special: Add a ufunc to compute the Box-Cox transformation.
@pv pv merged commit 1569dd5 into scipy:master Dec 14, 2013
@WarrenWeckesser WarrenWeckesser deleted the enh-special-boxcox branch December 14, 2013 18:22
@WarrenWeckesser WarrenWeckesser added enhancement A new feature or improvement scipy.special labels May 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement A new feature or improvement scipy.special
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants