# \#bootstrap

**URL:** https://discourse.julialang.org/tag/bootstrap/1384.md

[Latest](https://discourse.julialang.org/latest.md) · [Categories](https://discourse.julialang.org/categories.md) · [Tags](https://discourse.julialang.org/tags.md)

---

## [Bootstrap in Global Sensitivity Analysis (GSA)](https://discourse.julialang.org/t/bootstrap-in-global-sensitivity-analysis-gsa/103045)

<div class="topic-metadata">

**Author:** [@xztt](https://discourse.julialang.org/u/xztt)\
**Replies:** 1\
**Last updated:** [August 22, 2023, 12:46am UTC](https://discourse.julialang.org/t/bootstrap-in-global-sensitivity-analysis-gsa/103045 "2023-08-22T00:46:39Z")

</div>

Hi There, Running the basic example below the bootstrapping just returns nothing So no standard errors are returned at all. Playing with sobolsensitivity.jl package if I go in and hard code nboot I can return bootstra…

---

## [Get MLE parameters (e.g., p-value, confidence intervals...) from a Turing model using Optim.jl](https://discourse.julialang.org/t/get-mle-parameters-e-g-p-value-confidence-intervals-from-a-turing-model-using-optim-jl/101433)

<div class="topic-metadata">

**Author:** [@DominiqueMakowski](https://discourse.julialang.org/u/DominiqueMakowski)\
**Replies:** 3\
**Last updated:** [July 12, 2023, 9:11pm UTC](https://discourse.julialang.org/t/get-mle-parameters-e-g-p-value-confidence-intervals-from-a-turing-model-using-optim-jl/101433 "2023-07-12T21:11:03Z")

</div>

EDIT: There is now PR to add this feature to Turing This might be a very silly question… but assuming the following simple linear model: using Turing using DataFrames using LinearAlgebra x = \[0, 1, 2, 3, 4, 5, 6, 7,…
