Author Archives: Joanna Diong

Python lessons: introduction

Python is a versatile, open source programming language for scientific computing and general-purpose programming. Some advantages that Python offers over other programming languages are (1) the syntax is relatively simple and readable, (2) Python handles numeric, text and other forms of data very well, (3) many libraries for scientific computing are available, and (4) there is a large and active

Read more

Statistics note: What are confidence intervals?

In the previous post we learned that the standard error of a sample statistic indicates how precisely a population parameter is estimated, and the standard error depends on sample size. For a given standard deviation, a small standard error is obtained when sample size is large. The standard error indicates how variable the sample statistic is if the experiment is

Read more

Statistics note: How does sample size affect precision of estimates?

In the previous post we learned that a sample statistic (e.g., a sample mean) is used to estimate a population parameter (e.g., the population mean), and the standard error of the sample statistic indicates the amount of precision around the estimate of the population parameter. A small standard error indicates that a sample statistic estimates a population parameter with high

Read more

Statistics note: What is statistical inference?

In the previous post we learned that inferential statistics uses information from individuals observed in a sample to provide information about other individuals in the population that were not observed. A description of the population provides information about all individuals. But how is a sample or population described, and how are sample data used to make inferences about a population?

Read more

Statistics note: Why statistics is needed

Scientists ask questions about the world, design experiments, and use experimental findings to work out answers. In an experiment, descriptive statistics are used to summarise and describe observations from a sample (e.g., honey bees in Paris, voters from 5 electorates). However scientists are more interested in the population from which the sample was drawn (e.g., all honey bees in Europe,

Read more
Recent Entries »