Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,9 @@ Kristian Brünn <hello@kristianbrunn.com> Kristianmitk <hello@kristianbrunn.com>
Krit Karan <kritkaran.b13@iiits.in> <kritkaran94@users.noreply.github.com>
Kshitij <kshitijparwani.mat18@itbhu.ac.in> Kshitij Parwani <44468674+P-Kshitij@users.noreply.github.com>
Kshitij Saraogi <KshitijSaraogi@gmail.com>
Kuldeep Borkar Jr <kuldeepborkarjr765@gmail.com> Kuldeep <kuldeepborkar.jr@gmail.com>
Kuldeep Borkar Jr <kuldeepborkarjr765@gmail.com> Kuldeep Borkar Jr <74557588+KuldeepBorkar@users.noreply.github.com>
Kuldeep Borkar Jr <kuldeepborkarjr765@gmail.com> Kuldeep-GitWorks <100110333+Kuldeep-GitWorks@users.noreply.github.com>
Kumar Krishna Agrawal <kumar.1994.14@gmail.com>
Kunal Arora <kunalarora.135@gmail.com>
Kunal Singh <ksingh19136@gmail.com> kunal singh <ksingh19136@gmail.com>
Expand Down
3 changes: 2 additions & 1 deletion sympy/stats/crv_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,8 @@ def BetaNoncentral(name, alpha, beta, lamda):
/____,
k = 0

Compute cdf with specific 'x', 'alpha', 'beta' and 'lamda' values as follows :
Compute cdf with specific 'x', 'alpha', 'beta' and 'lamda' values as follows:
Copy link
Member

Choose a reason for hiding this comment

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

I think its about new line addition and a space removal, right?

Copy link
Author

@Kuldeep-GitWorks Kuldeep-GitWorks Feb 22, 2022

Choose a reason for hiding this comment

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

@czgdp1807 That's Right : )
I don't know why the workflow for checks are not started I wanted to see if any checks failed

Copy link
Contributor

Choose a reason for hiding this comment

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

I don't know why the workflow for checks are not started

This is standard for first-time contributors. Now it is started.

Copy link
Contributor

Choose a reason for hiding this comment

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

Oh, yeah. That is since you seem to be logged in to a different account. The commit is from @KuldeepBorkar and your PR is opened from @Kuldeep-GitWorks

I do not know the background to multiple accounts, but consider what @anutosh491 says above. It looks a bit weird reacting on your own comments.

Copy link

@ghost ghost Feb 25, 2022

Choose a reason for hiding this comment

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

@oscargus Yeah I ran into a problem for which I have written a complete mail on sympy.
The actual reason for reacting to comment, I forgot ; )
Maybe due to using multiple accounts it maybe a mistake I will remove the reaction now.
Sorry for the confusion!


>>> cdf(BetaNoncentral("x", 1, 1, 1), evaluate=False)(2).doit()
2*exp(1/2)

Expand Down