Error estimate in the approximation of Incomplete Beta FunctionInterpolation errorlinear interpolation error estimate for non-smooth functionPolynomial InterpolationOptimal way to find derivative - numericallyInterpolation of polynomialsUpper bound for the error magnitudeComparing a function and its estimatenewton's interpolation error for non-differentiable functionLinear Interpolation Error estimationfind interpolation polynomial for $f(x) = x^4+3x^2$ of degree $le3$ , such that $max_xin[-1,1]|f(x)-p(x)|$ is minimal
Are brahmins allowed to drink alcohol?
How spaceships determine each other's mass in space?
What is better: yes / no radio, or simple checkbox?
What does *dead* mean in *What do you mean, dead?*?
Is "cogitate" used appropriately in "I cogitate that success relies on hard work"?
Too soon for a plot twist?
Vector-transposing function
Was it really inappropriate to write a pull request for the company I interviewed with?
Will the concrete slab in a partially heated shed conduct a lot of heat to the unconditioned area?
Giving a career talk in my old university, how prominently should I tell students my salary?
Help! My Character is too much for her story!
Can I challenge the interviewer to give me a proper technical feedback?
“I had a flat in the centre of town, but I didn’t like living there, so …”
Why restrict private health insurance?
Boss Telling direct supervisor I snitched
How would an energy-based "projectile" blow up a spaceship?
Was this cameo in Captain Marvel computer generated?
After Brexit, will the EU recognize British passports that are valid for more than ten years?
What does "rhumatis" mean?
Does an unused member variable take up memory?
Having the player face themselves after the mid-game
Why aren't there more Gauls like Obelix?
How does a sound wave propagate?
Professor forcing me to attend a conference, I can't afford even with 50% funding
Error estimate in the approximation of Incomplete Beta Function
Interpolation errorlinear interpolation error estimate for non-smooth functionPolynomial InterpolationOptimal way to find derivative - numericallyInterpolation of polynomialsUpper bound for the error magnitudeComparing a function and its estimatenewton's interpolation error for non-differentiable functionLinear Interpolation Error estimationfind interpolation polynomial for $f(x) = x^4+3x^2$ of degree $le3$ , such that $max_xin[-1,1]|f(x)-p(x)|$ is minimal
$begingroup$
In studying a problem related with the negative binomial, I need to approximate some function, which is a polynomial combination of the incomplete Beta function, in this case given by
$$f_a,b(x):=1-(b+1)binoma+b+1aint_0^xt^a(1-t)^b,dt$$
for fixed integers $a,b$. If I approximate this function by linear interpolation with only four points ($0,x_0,x_1,1$), I can prove the desired property in my other function $u$, so according to the plots, this interpolation should be enough:
Figure: Plot of $f_5,9(x)$. Note that the interpolation points are such that $f_5,9(x_0)=1-varepsilon$, $f_5,9(x_1)=varepsilon$ for $varepsilon=0.03$.
I now want to estimate the error of the interpolation, in each interval. It is easy to estimate the error in the extreme intervals, because of how the points were chosen. But I am having trouble to estimate the error in the middle interval, which (see this for instance) is given by
begineqnarray
&&frac(x_1-x_0)^28max_[x_0,x_1]|f_a,b''(x)|,\
&=&(b+1)binoma+b+1afrac(x_1-x_0)^28max_[x_0,x_1]x^a-1(1-x)^b-1|a(1-x)-bx|,
endeqnarray
where, as before, $f_a,b(x_0)=1-varepsilon$, $f_a,b(x_1)=varepsilon$.
Any clever ideas to show that this error is bounded by a constant?
special-functions approximation nonlinear-optimization interpolation
$endgroup$
add a comment |
$begingroup$
In studying a problem related with the negative binomial, I need to approximate some function, which is a polynomial combination of the incomplete Beta function, in this case given by
$$f_a,b(x):=1-(b+1)binoma+b+1aint_0^xt^a(1-t)^b,dt$$
for fixed integers $a,b$. If I approximate this function by linear interpolation with only four points ($0,x_0,x_1,1$), I can prove the desired property in my other function $u$, so according to the plots, this interpolation should be enough:
Figure: Plot of $f_5,9(x)$. Note that the interpolation points are such that $f_5,9(x_0)=1-varepsilon$, $f_5,9(x_1)=varepsilon$ for $varepsilon=0.03$.
I now want to estimate the error of the interpolation, in each interval. It is easy to estimate the error in the extreme intervals, because of how the points were chosen. But I am having trouble to estimate the error in the middle interval, which (see this for instance) is given by
begineqnarray
&&frac(x_1-x_0)^28max_[x_0,x_1]|f_a,b''(x)|,\
&=&(b+1)binoma+b+1afrac(x_1-x_0)^28max_[x_0,x_1]x^a-1(1-x)^b-1|a(1-x)-bx|,
endeqnarray
where, as before, $f_a,b(x_0)=1-varepsilon$, $f_a,b(x_1)=varepsilon$.
Any clever ideas to show that this error is bounded by a constant?
special-functions approximation nonlinear-optimization interpolation
$endgroup$
add a comment |
$begingroup$
In studying a problem related with the negative binomial, I need to approximate some function, which is a polynomial combination of the incomplete Beta function, in this case given by
$$f_a,b(x):=1-(b+1)binoma+b+1aint_0^xt^a(1-t)^b,dt$$
for fixed integers $a,b$. If I approximate this function by linear interpolation with only four points ($0,x_0,x_1,1$), I can prove the desired property in my other function $u$, so according to the plots, this interpolation should be enough:
Figure: Plot of $f_5,9(x)$. Note that the interpolation points are such that $f_5,9(x_0)=1-varepsilon$, $f_5,9(x_1)=varepsilon$ for $varepsilon=0.03$.
I now want to estimate the error of the interpolation, in each interval. It is easy to estimate the error in the extreme intervals, because of how the points were chosen. But I am having trouble to estimate the error in the middle interval, which (see this for instance) is given by
begineqnarray
&&frac(x_1-x_0)^28max_[x_0,x_1]|f_a,b''(x)|,\
&=&(b+1)binoma+b+1afrac(x_1-x_0)^28max_[x_0,x_1]x^a-1(1-x)^b-1|a(1-x)-bx|,
endeqnarray
where, as before, $f_a,b(x_0)=1-varepsilon$, $f_a,b(x_1)=varepsilon$.
Any clever ideas to show that this error is bounded by a constant?
special-functions approximation nonlinear-optimization interpolation
$endgroup$
In studying a problem related with the negative binomial, I need to approximate some function, which is a polynomial combination of the incomplete Beta function, in this case given by
$$f_a,b(x):=1-(b+1)binoma+b+1aint_0^xt^a(1-t)^b,dt$$
for fixed integers $a,b$. If I approximate this function by linear interpolation with only four points ($0,x_0,x_1,1$), I can prove the desired property in my other function $u$, so according to the plots, this interpolation should be enough:
Figure: Plot of $f_5,9(x)$. Note that the interpolation points are such that $f_5,9(x_0)=1-varepsilon$, $f_5,9(x_1)=varepsilon$ for $varepsilon=0.03$.
I now want to estimate the error of the interpolation, in each interval. It is easy to estimate the error in the extreme intervals, because of how the points were chosen. But I am having trouble to estimate the error in the middle interval, which (see this for instance) is given by
begineqnarray
&&frac(x_1-x_0)^28max_[x_0,x_1]|f_a,b''(x)|,\
&=&(b+1)binoma+b+1afrac(x_1-x_0)^28max_[x_0,x_1]x^a-1(1-x)^b-1|a(1-x)-bx|,
endeqnarray
where, as before, $f_a,b(x_0)=1-varepsilon$, $f_a,b(x_1)=varepsilon$.
Any clever ideas to show that this error is bounded by a constant?
special-functions approximation nonlinear-optimization interpolation
special-functions approximation nonlinear-optimization interpolation
edited 15 hours ago
J. M. is not a mathematician
61.3k5152290
61.3k5152290
asked 18 hours ago
Tal-BotvinnikTal-Botvinnik
1,482518
1,482518
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
return StackExchange.using("mathjaxEditing", function ()
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
);
);
, "mathjax-editing");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "69"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3140088%2ferror-estimate-in-the-approximation-of-incomplete-beta-function%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3140088%2ferror-estimate-in-the-approximation-of-incomplete-beta-function%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown