{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "### Hughes & Hase Problem 2.3" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "The standard error, or standard deviation of the mean, is given by Eq.(2.7):\n", "\n", "$$ \\alpha = \\frac{\\sigma_{N-1}}{\\sqrt{N}}. $$\n", "\n", "To decrease $\\alpha$ by a factor of 10, the denominator must be increased by the same factor, which means that $N$ must increase by a factor of 100. Translating to the described experiment, this means that data should be collected for 100 minutes (assuming that everything in the experiment is stable for that length of time)." ] }, { "cell_type": "code", "execution_count": null, "metadata": { "collapsed": true }, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.7.3" } }, "nbformat": 4, "nbformat_minor": 2 }