CONTEXT: I am trying to calculate the Student factor corresponding to the confidence level ('Clvl') & the number of dof ('ν') by integrating the Student density function from the unknown value 'x' to infinity (represented here by 10, which provides enough coverage):
Clvl=0.99 @ for a confidence level of 99%
ν=19 @ for a sample of n=20 measurements (=> ν=n-1)
'Solve(∫(x;10;Γ((ν+1)/2)/(Γ(ν/2)*√(ν*Ⓒπ))*(1+t²/ν)↑(-(ν+1)/2);t)-(1-Clvl)/2=0;x)' Eval
@Expecting 2.861 => "∫ error: Invalid function"
where the Student density function has the correct form as it appears on the stack:

Therefore, I was wondering if DB48x (v0.9.18) is able to perform such inverse Student law calculation.
CONTEXT: I am trying to calculate the Student factor corresponding to the confidence level ('Clvl') & the number of dof ('ν') by integrating the Student density function from the unknown value 'x' to infinity (represented here by 10, which provides enough coverage):
where the Student density function has the correct form as it appears on the stack:

Therefore, I was wondering if DB48x (v0.9.18) is able to perform such inverse Student law calculation.