Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wöhler likelihood estimator estimation strategy #138

Open
johannes-mueller opened this issue Nov 29, 2024 · 0 comments
Open

Wöhler likelihood estimator estimation strategy #138

johannes-mueller opened this issue Nov 29, 2024 · 0 comments
Labels
bug Something isn't working documentation Improvements or additions to documentation

Comments

@johannes-mueller
Copy link
Member

Current behavior

Infinite likelihood

In the current likelihood estimation we use only the infinite zone to estimate the infinite likelihood. According to our tests it is better to also take the load levels of the finite zone into account, because those indicate a fracture probability of 1.0 for those load levels. This will lead to a generally increased confidence.

Finite likelihood

Currently we use all fractures to estimate the finite likelihood. This can lead to perturbed results. For example a single late fracture on a high mixed load level can spoil the result completely. As of now, we don't have a means to avoid that other than labeling the concerning datapoint as a runout.

In #80 we changed the behavior of the Elementary analyzer to take only the finite zone fractures into account when estimating the Wöhler slope. Analogously to that we should do the same thing when estimating the finite likelihood of the finite parameters of a Wöhler curve.

Planned behavior

For the infinite likelihood we will take all the load levels into account, whereas we will limit the finite likelihood finite fractures. An expert user can manipulate this selection using set_finite_infinite_transition(). That will make a infinite load level considered to be finite.

Required changes

Two behaviors are to be changed:

  • The finite likelihood now considers all fractures, in the future only the finite fractures
  • The infinite likelihood now considers only finite fractures, in the future all fractures
  • Better documentation of the behavior
@johannes-mueller johannes-mueller added bug Something isn't working documentation Improvements or additions to documentation labels Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant