Skip to content

Bug when using 'Γ(x)' instead of 'Gamma(x)' during the search of a Root #1677

@Wiljea

Description

@Wiljea

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:
Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    doneIssues that are done on dev (will be in next release)enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions