diff --git a/bootstrap-t.ipynb b/bootstrap-t.ipynb index 7c56b38..6631a26 100644 --- a/bootstrap-t.ipynb +++ b/bootstrap-t.ipynb @@ -105,7 +105,7 @@ "\n", " p = calculate_t_difference(t_stat_from_sample, t_stat_list, alternative)\n", "\n", - " return p, t_stat_list" + " return p, t_stat_from_sample, t_stat_list" ] }, { @@ -123,7 +123,7 @@ "\n", " p = calculate_t_difference(t_stat_from_sample, t_stat_list, alternative)\n", "\n", - " return p, t_stat_list" + " return p, t_stat_from_sample, t_stat_list" ] }, { @@ -141,7 +141,7 @@ "\n", " p = calculate_t_difference(t_stat_from_sample, t_stat_list, alternative)\n", "\n", - " return p, t_stat_list" + " return p, t_stat_from_sample, t_stat_list" ] }, { @@ -267,8 +267,8 @@ }, "outputs": [ { - "output_type": "stream", "name": "stdout", + "output_type": "stream", "text": [ "p: 0.73\n" ] @@ -423,8 +423,8 @@ "metadata": {}, "outputs": [ { - "output_type": "stream", "name": "stdout", + "output_type": "stream", "text": [ "Statystyki dla jednej próby:\n", "0.44\n", @@ -465,13 +465,13 @@ "hash": "11938c6bc6919ae2720b4d5011047913343b08a43b18698fd82dedb0d4417594" }, "kernelspec": { - "name": "python3", "display_name": "Python 3.8.10 64-bit", "metadata": { "interpreter": { "hash": "767d51c1340bd893661ea55ea3124f6de3c7a262a8b4abca0554b478b1e2ff90" } - } + }, + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -489,4 +489,4 @@ }, "nbformat": 4, "nbformat_minor": 2 -} \ No newline at end of file +}