|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
http://functions.wolfram.com/06.21.06.0002.01
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BetaRegularized[z, a, b] == (z^a/Beta[a, b])
Sum[(Pochhammer[1 - b, k] z^k)/((a + k) k!), {k, 0, Infinity}] /;
Abs[z] < 1 && !(Element[-a, Integers] && -a >= 0)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Cell[BoxData[RowBox[List[RowBox[List[RowBox[List["BetaRegularized", "[", RowBox[List["z", ",", "a", ",", "b"]], "]"]], "\[Equal]", RowBox[List[FractionBox[SuperscriptBox["z", "a"], RowBox[List["Beta", "[", RowBox[List["a", ",", "b"]], "]"]]], " ", RowBox[List[UnderoverscriptBox["\[Sum]", RowBox[List["k", "=", "0"]], "\[Infinity]"], FractionBox[RowBox[List[RowBox[List["Pochhammer", "[", RowBox[List[RowBox[List["1", "-", "b"]], ",", "k"]], "]"]], " ", SuperscriptBox["z", "k"]]], RowBox[List[RowBox[List["(", RowBox[List["a", "+", "k"]], ")"]], " ", RowBox[List["k", "!"]]]]]]]]]]], "/;", RowBox[List[RowBox[List[RowBox[List["Abs", "[", "z", "]"]], "<", "1"]], "\[And]", RowBox[List["Not", "[", RowBox[List[RowBox[List[RowBox[List["-", "a"]], "\[Element]", "Integers"]], "\[And]", RowBox[List[RowBox[List["-", "a"]], "\[GreaterEqual]", "0"]]]], "]"]]]]]]]]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<math xmlns='http://www.w3.org/1998/Math/MathML' mathematica:form='TraditionalForm' xmlns:mathematica='http://www.wolfram.com/XML/'> <semantics> <mrow> <mrow> <mrow> <msub> <semantics> <mi> I </mi> <annotation-xml encoding='MathML-Content'> <ci> BetaRegularized </ci> </annotation-xml> </semantics> <mi> z </mi> </msub> <mo> ( </mo> <mrow> <mi> a </mi> <mo> , </mo> <mi> b </mi> </mrow> <mo> ) </mo> </mrow> <mo> ⩵ </mo> <mrow> <mfrac> <msup> <mi> z </mi> <mi> a </mi> </msup> <mrow> <semantics> <mi> Β </mi> <annotation-xml encoding='MathML-Content'> <ci> Beta </ci> </annotation-xml> </semantics> <mo> ( </mo> <mrow> <mi> a </mi> <mo> , </mo> <mi> b </mi> </mrow> <mo> ) </mo> </mrow> </mfrac> <mo> ⁢ </mo> <mrow> <munderover> <mo> ∑ </mo> <mrow> <mi> k </mi> <mo> = </mo> <mn> 0 </mn> </mrow> <mi> ∞ </mi> </munderover> <mfrac> <mrow> <semantics> <msub> <mrow> <mo> ( </mo> <mrow> <mn> 1 </mn> <mo> - </mo> <mi> b </mi> </mrow> <mo> ) </mo> </mrow> <mi> k </mi> </msub> <annotation encoding='Mathematica'> TagBox[SubscriptBox[RowBox[List["(", RowBox[List["1", "-", "b"]], ")"]], "k"], Pochhammer] </annotation> </semantics> <mo> ⁢ </mo> <msup> <mi> z </mi> <mi> k </mi> </msup> </mrow> <mrow> <mrow> <mo> ( </mo> <mrow> <mi> a </mi> <mo> + </mo> <mi> k </mi> </mrow> <mo> ) </mo> </mrow> <mo> ⁢ </mo> <mrow> <mi> k </mi> <mo> ! </mo> </mrow> </mrow> </mfrac> </mrow> </mrow> </mrow> <mo> /; </mo> <mrow> <mrow> <mrow> <semantics> <mo> ❘ </mo> <annotation encoding='Mathematica'> "\[LeftBracketingBar]" </annotation> </semantics> <mi> z </mi> <semantics> <mo> ❘ </mo> <annotation encoding='Mathematica'> "\[RightBracketingBar]" </annotation> </semantics> </mrow> <mo> < </mo> <mn> 1 </mn> </mrow> <mo> ∧ </mo> <mrow> <mrow> <mo> - </mo> <mi> a </mi> </mrow> <mo> ∉ </mo> <mi> ℕ </mi> </mrow> </mrow> </mrow> <annotation-xml encoding='MathML-Content'> <apply> <ci> Condition </ci> <apply> <eq /> <apply> <ci> BetaRegularized </ci> <ci> z </ci> <ci> a </ci> <ci> b </ci> </apply> <apply> <times /> <apply> <times /> <apply> <power /> <ci> z </ci> <ci> a </ci> </apply> <apply> <power /> <apply> <ci> Beta </ci> <ci> a </ci> <ci> b </ci> </apply> <cn type='integer'> -1 </cn> </apply> </apply> <apply> <sum /> <bvar> <ci> k </ci> </bvar> <lowlimit> <cn type='integer'> 0 </cn> </lowlimit> <uplimit> <infinity /> </uplimit> <apply> <times /> <apply> <ci> Pochhammer </ci> <apply> <plus /> <cn type='integer'> 1 </cn> <apply> <times /> <cn type='integer'> -1 </cn> <ci> b </ci> </apply> </apply> <ci> k </ci> </apply> <apply> <power /> <ci> z </ci> <ci> k </ci> </apply> <apply> <power /> <apply> <times /> <apply> <plus /> <ci> a </ci> <ci> k </ci> </apply> <apply> <factorial /> <ci> k </ci> </apply> </apply> <cn type='integer'> -1 </cn> </apply> </apply> </apply> </apply> </apply> <apply> <and /> <apply> <lt /> <apply> <abs /> <ci> z </ci> </apply> <cn type='integer'> 1 </cn> </apply> <apply> <notin /> <apply> <times /> <cn type='integer'> -1 </cn> <ci> a </ci> </apply> <ci> ℕ </ci> </apply> </apply> </apply> </annotation-xml> </semantics> </math>
|
|
|
|
|
|
|
|
|
|
| |
|
|
|
|
| Cell[BoxData[RowBox[List[RowBox[List["HoldPattern", "[", RowBox[List["BetaRegularized", "[", RowBox[List["z_", ",", "a_", ",", "b_"]], "]"]], "]"]], "\[RuleDelayed]", RowBox[List[FractionBox[RowBox[List[SuperscriptBox["z", "a"], " ", RowBox[List[UnderoverscriptBox["\[Sum]", RowBox[List["k", "=", "0"]], "\[Infinity]"], FractionBox[RowBox[List[RowBox[List["Pochhammer", "[", RowBox[List[RowBox[List["1", "-", "b"]], ",", "k"]], "]"]], " ", SuperscriptBox["z", "k"]]], RowBox[List[RowBox[List["(", RowBox[List["a", "+", "k"]], ")"]], " ", RowBox[List["k", "!"]]]]]]]]], RowBox[List["Beta", "[", RowBox[List["a", ",", "b"]], "]"]]], "/;", RowBox[List[RowBox[List[RowBox[List["Abs", "[", "z", "]"]], "<", "1"]], "&&", RowBox[List["!", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "a"]], "\[Element]", "Integers"]], "&&", RowBox[List[RowBox[List["-", "a"]], "\[GreaterEqual]", "0"]]]], ")"]]]]]]]]]]]] |
|
|
|
|
|
|
|
|
|
|
Date Added to functions.wolfram.com (modification date)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|