Zubair Khalid

Virologist/Molecular Biologist | Veterinarian | Bioinformatician

Conventional & Molecular Virology • Vaccine Development • Computational Biology

Dr. Zubair Khalid is a veterinarian and virologist specializing in conventional and molecular virology, vaccine development, and computational biology. Dedicated to advancing animal health through innovative research and multi-omics approaches.

Dr. Zubair Khalid - Veterinarian, Virologist, and Vaccine Development Researcher specializing in Computational Biology, Multi-omics, Animal Health, and Infectious Disease Research

Category: Guides

Statistical Symbols and Notation: A Quick Reference

Statistical symbols form the compact language used to report research findings, interpret data, and communicate results across scientific fields. This reference explains the most common statistical symbols, their meanings, and their proper usage in formulas and published work. It serves students, researchers, life-science professionals, and informed general readers who need to decode or apply statistical notation correctly.

Why Statistical Notation Matters

Statistical notation provides a standardized shorthand that allows researchers to communicate complex quantitative ideas without lengthy verbal explanations. When you read a journal article, the symbols convey specific mathematical operations and concepts that would otherwise require paragraphs of text. For example, the symbol x̄ tells you immediately that you are looking at a sample mean, while μ refers to a population mean. These distinctions matter because they signal whether findings apply to a sample or to an entire population.

The practical consequence of misreading or misusing statistical symbols is significant. A researcher who confuses sample statistics with population parameters may draw incorrect conclusions about their data. A student who cannot distinguish between σ and s may misinterpret the variability reported in a study. A clinician who misreads a p-value or confidence interval may make incorrect judgments about treatment effectiveness. The stakes range from a failed exam to a flawed research design or a misinterpreted clinical trial.

The National Institute of Standards and Technology maintains the Research Data Framework to support consistent data practices across scientific disciplines. This framework emphasizes the importance of clear documentation and standardized reporting, which includes using statistical notation correctly. When researchers follow consistent notation conventions, their work becomes more reproducible and more useful to others who build on their findings.

Greek Letters and Latin Letters: Population Versus Sample

One of the most fundamental distinctions in statistical notation is the use of Greek letters for population parameters and Latin letters for sample statistics. This convention is not arbitrary. It signals whether a value describes an entire population or an estimate derived from a sample.

Population parameters are fixed values that describe an entire group. They are typically unknown because measuring an entire population is rarely feasible. Sample statistics are calculated from a subset of the population and serve as estimates of the corresponding population parameters.

The distinction between Greek and Latin notation carries practical weight in research reporting. A study that reports a sample mean should use x̄, not μ, unless the study truly measured every member of the population. Using the wrong symbol misrepresents the nature of the data and can mislead readers about the certainty of the findings.

This convention is emphasized in statistical methodology guidance across disciplines. Publications in soil science, for example, have been criticized for using Greek letters to designate sample statistics when those letters should be reserved for population parameters. The same guidance applies across all research fields. When you write up your own results, check whether each symbol correctly reflects whether you are describing a sample or a population.

Core Statistical Symbols and Their Meanings

Measures of Central Tendency

The mean, median, and mode describe the center of a distribution. Each answers a different question about where the typical value lies.

The population mean is denoted by μ, the Greek letter mu. It represents the average of all values in a population. The formula is μ = Σx / N, where Σx is the sum of all values and N is the population size.

The sample mean is denoted by x̄, pronounced x-bar. It represents the average of all values in a sample. The formula is x̄ = Σx / n, where n is the sample size. The sample mean serves as an estimate of the population mean when the population is too large to measure completely.

The median is often denoted by M or Med. It represents the middle value when data are arranged in order. Unlike the mean, the median is not affected by extreme values or outliers. For skewed distributions, the median may provide a more representative measure of central tendency than the mean.

The mode represents the most frequently occurring value in a dataset. It is sometimes denoted by Mo. The mode is useful for categorical data where means and medians cannot be calculated.

Measures of Variability

Variability measures describe how spread out the data are. They answer the question of whether values cluster tightly around the center or scatter widely.

The population standard deviation is denoted by σ, the Greek letter sigma. It measures the average distance of values from the population mean. The formula is σ = √(Σ(x - μ)² / N).

The sample standard deviation is denoted by s. It measures the average distance of values from the sample mean. The formula is s = √(Σ(x - x̄)² / (n - 1)). The denominator uses n - 1 instead of n to correct for the fact that the sample mean is itself an estimate. This correction, known as Bessel's correction, makes s an unbiased estimator of the population standard deviation.

The variance is the square of the standard deviation. The population variance is denoted by σ², and the sample variance is denoted by s². Variance is useful in many statistical calculations, but because it is in squared units, the standard deviation is often preferred for describing data.

The standard error of the mean is denoted by SEM or SE. It measures the variability of sample means around the population mean. The formula is SE = s / √n. The standard error decreases as sample size increases, reflecting the fact that larger samples produce more precise estimates of the population mean.

Probability and Hypothesis Testing

Probability and hypothesis testing use a distinct set of symbols that appear frequently in research reports.

The probability of an event is denoted by p. In hypothesis testing, p specifically refers to the probability of obtaining the observed results, or results more extreme, assuming the null hypothesis is true. This is commonly called the p-value. A small p-value suggests that the observed results are unlikely under the null hypothesis, which leads researchers to reject the null hypothesis in favor of the alternative.

The significance level is denoted by α, the Greek letter alpha. It represents the threshold below which a p-value is considered statistically significant. Common choices are 0.05 and 0.01. The significance level is set before data collection and represents the acceptable probability of making a Type I error, which is rejecting a true null hypothesis.

The probability of making a Type II error is denoted by β, the Greek letter beta. A Type II error occurs when a false null hypothesis is not rejected. The power of a test, denoted by 1 - β, represents the probability of correctly rejecting a false null hypothesis. Power depends on sample size, effect size, and significance level.

The test statistic for a t-test is denoted by t. The t-distribution is used when the population standard deviation is unknown and must be estimated from the sample. The t-statistic follows a t-distribution with degrees of freedom determined by the sample size.

The test statistic for a z-test is denoted by z. The z-statistic follows a standard normal distribution with a mean of 0 and a standard deviation of 1. Z-tests are used when the population standard deviation is known or when the sample size is large enough that the central limit theorem applies.

The chi-square statistic is denoted by χ². It is used for tests of independence, goodness of fit, and other categorical data analyses. The chi-square distribution has degrees of freedom determined by the number of categories and the structure of the test.

The F-statistic is denoted by F. It is used in analysis of variance (ANOVA) and regression analysis to compare variances or to test whether groups differ significantly. The F-distribution has two sets of degrees of freedom, one for the numerator and one for the denominator.

Correlation and Regression

Correlation and regression symbols describe relationships between variables.

The Pearson correlation coefficient is denoted by r. It measures the strength and direction of a linear relationship between two continuous variables. Values range from -1 to +1, where -1 indicates a perfect negative relationship, +1 indicates a perfect positive relationship, and 0 indicates no linear relationship.

The population correlation coefficient is denoted by ρ, the Greek letter rho. It represents the correlation in the entire population, while r represents the correlation estimated from a sample.

The coefficient of determination is denoted by R². It represents the proportion of variance in the dependent variable that is explained by the independent variable or variables in a regression model. R² values range from 0 to 1, with higher values indicating better model fit.

The slope of a regression line is often denoted by b or β₁. The intercept is denoted by a or β₀. In multiple regression, the coefficients for each predictor are denoted by β₁, β₂, β₃, and so on.

The Spearman rank correlation coefficient is denoted by rₛ or ρ. It measures the strength and direction of a monotonic relationship between two variables based on their ranks instead of their raw values. Spearman correlation is appropriate when data are ordinal or when the relationship is not linear.

Symbols in Published Research

Published research articles use statistical symbols in specific ways that readers need to understand. When you encounter a symbol in a journal article, the context tells you whether it refers to a sample statistic or a population parameter, whether it is a test statistic or a descriptive measure, and how to interpret it in relation to the study findings.

Consider how statistical symbols appear in a typical research report. A study might report that participants in the highest quartile of intake showed reduced odds of cognitive impairment compared to the lowest quartile, with an odds ratio of 0.53 and a 95% confidence interval of 0.29 to 0.97. The odds ratio and confidence interval are statistical measures that convey both the magnitude of the effect and the precision of the estimate. The confidence interval tells you that the true odds ratio is likely to fall within that range, and because the interval does not include 1, the result is statistically significant at the 0.05 level.

Another study might report a regression coefficient with its standard error and p-value. A coefficient of -0.70 with p = 0.024 indicates that the predictor variable is significantly associated with the outcome, with the negative sign indicating the direction of the association. The p-value tells you the probability of observing a coefficient this large by chance if the true coefficient were zero.

The EQUATOR Network provides reporting guidelines for health research that emphasize transparent and complete reporting of statistical methods and results. These guidelines help ensure that readers can understand exactly what statistical analyses were performed and how the results should be interpreted. Following these guidelines requires using statistical notation correctly and consistently throughout a manuscript.

At a Glance: Common Statistical Symbols

Symbol Name Meaning Common Usage
μ Population mean Average of all values in a population Describing the central tendency of an entire population
Sample mean Average of all values in a sample Estimating the population mean from sample data
σ Population standard deviation Spread of values around the population mean Describing variability in a population
s Sample standard deviation Spread of values around the sample mean Estimating population variability from sample data
p Probability or p-value Probability of observed results under the null hypothesis Hypothesis testing and significance decisions
t t-statistic Test statistic following a t-distribution Comparing means when population variance is unknown
z z-statistic Test statistic following a standard normal distribution Comparing means when population variance is known
r Pearson correlation Strength and direction of linear relationship Measuring association between two continuous variables
Coefficient of determination Proportion of variance explained by a model Evaluating regression model fit
χ² Chi-square statistic Test statistic for categorical data Testing independence and goodness of fit
F F-statistic Ratio of variances ANOVA and regression model comparison
α Significance level Threshold for rejecting the null hypothesis Setting the Type I error rate
β Type II error probability Probability of failing to reject a false null hypothesis Power analysis and study design
SE Standard error Variability of a statistic across samples Constructing confidence intervals and hypothesis tests
df Degrees of freedom Number of independent values in a calculation Determining the correct distribution for test statistics

Using Symbols in Formulas

Statistical formulas combine symbols with mathematical operations to describe how statistics are calculated. Understanding the structure of these formulas helps you interpret results and apply the correct calculations to your own data.

The formula for the sample mean is x̄ = Σx / n. The symbol Σ, the Greek capital letter sigma, indicates summation. It tells you to add up all the values in the sample. The result is divided by n, the sample size. This formula produces the arithmetic average of the sample values.

The formula for the sample variance is s² = Σ(x - x̄)² / (n - 1). This formula requires several steps. First, subtract the sample mean from each value to find the deviation of each value from the mean. Second, square each deviation to eliminate negative signs. Third, sum all the squared deviations. Fourth, divide by n - 1 instead of n. The result is the average squared deviation from the mean, which is the variance.

The formula for the sample standard deviation is s = √(Σ(x - x̄)² / (n - 1)). This is simply the square root of the variance. Taking the square root converts the variance from squared units back to the original units of measurement, making the standard deviation easier to interpret.

The formula for the standard error of the mean is SE = s / √n. This formula shows why larger samples produce more precise estimates. As n increases, the denominator grows, and the standard error shrinks. A smaller standard error means that the sample mean is likely to be closer to the population mean.

The formula for a one-sample t-test is t = (x̄ - μ₀) / (s / √n), where μ₀ is the hypothesized population mean under the null hypothesis. The numerator measures how far the sample mean is from the hypothesized value. The denominator is the standard error. The resulting t-statistic tells you how many standard errors the sample mean is from the hypothesized value.

The formula for a z-score is z = (x - μ) / σ. This formula standardizes a single value by subtracting the population mean and dividing by the population standard deviation. The resulting z-score tells you how many standard deviations a value is from the mean. Z-scores allow you to compare values from different distributions and to calculate probabilities using the standard normal distribution.

Statistical Parameters Versus Statistics

The distinction between a parameter and a statistic is central to understanding statistical notation. A parameter is a numerical characteristic of a population. A statistic is a numerical characteristic of a sample. Parameters are denoted by Greek letters, and statistics are denoted by Latin letters.

This distinction has practical implications for research design and interpretation. When you design a study, you decide whether you can measure an entire population or whether you must sample from it. In most research contexts, sampling is necessary because the population is too large to measure completely. The statistics you calculate from your sample serve as estimates of the corresponding population parameters.

The accuracy of these estimates depends on how well your sample represents the population. A random sample that is large enough and drawn properly will produce statistics that are close to the population parameters. A biased sample will produce statistics that systematically differ from the parameters they are meant to estimate.

The NC3Rs Experimental Design Assistant provides tools to help researchers plan experiments that will produce valid and reliable results. Proper experimental design includes considering sample size, randomization, and blinding, all of which affect whether sample statistics will accurately estimate population parameters.

Reading Statistical Results in Research Articles

When you read a research article, statistical symbols appear throughout the methods and results sections. Understanding what each symbol means helps you evaluate the quality of the research and interpret the findings correctly.

The methods section describes how the data were collected and analyzed. It should specify which statistical tests were used, what significance level was set, and how the sample size was determined. The methods section should also describe how assumptions of the statistical tests were checked.

The results section reports the outcomes of the statistical analyses. It typically includes descriptive statistics for the sample, such as means and standard deviations, followed by inferential statistics that test hypotheses about the population.

Consider how statistical results are reported in a study of dietary B vitamins and cognitive function. The researchers used multivariable logistic regression to examine associations between dietary intakes and cognitive impairment. They reported odds ratios with 95% confidence intervals for each vitamin. An odds ratio of 0.53 with a confidence interval of 0.29 to 0.97 means that participants in the highest quartile of vitamin B1 intake had 47% lower odds of cognitive impairment compared to those in the lowest quartile, and the confidence interval indicates that the true odds ratio is likely between 0.29 and 0.97.

The same study used restricted cubic spline regression to examine whether the relationship between B vitamin intake and cognitive impairment was linear or nonlinear. The researchers reported that the relationships were linear and inverse for all six vitamins, with no evidence of nonlinearity. This finding means that higher intake was associated with lower odds of cognitive impairment across the entire range of intake levels.

The study also used weighted quantile sum regression to examine the combined effect of all six B vitamins. This analysis produced an odds ratio of 0.76 with a confidence interval of 0.65 to 0.89, indicating a protective combined effect. The analysis also identified which vitamin contributed most to the association, with niacin contributing a weight of 0.48.

Another study examined the association between parity and cognition in older women. The researchers fit linear models to examine whether parity was associated with cognitive functioning and whether this association varied by race and ethnicity. They reported regression coefficients with p-values for each cognitive test. A coefficient of -0.70 with p = 0.024 for the Digit Symbol Substitution Test indicates that each additional birth was associated with a 0.70 point lower score on this test, and this association was statistically significant.

The researchers also tested for interactions between parity and race and ethnicity. They reported that the interaction terms were not statistically significant, with p-values greater than 0.05. However, stratified analyses revealed that the association between parity and cognitive performance differed by group, with a significant negative association among Latina women but not among other groups.

Common Mistakes and How to Avoid Them

Statistical notation errors can undermine the credibility of research and lead to incorrect interpretations. Recognizing common mistakes helps you avoid them in your own work and identify them in the work of others.

Confusing sample statistics with population parameters is one of the most common errors. Using μ when you mean x̄, or σ when you mean s, misrepresents the nature of your data. If you have measured a sample, use Latin letters. If you are describing a population, use Greek letters.

Misinterpreting p-values is another frequent problem. A p-value is not the probability that the null hypothesis is true. It is the probability of obtaining the observed results, or results more extreme, assuming the null hypothesis is true. A small p-value indicates that the observed results are unlikely under the null hypothesis, but it does not quantify the probability that the null hypothesis is false.

Confusing statistical significance with practical significance is also common. A result can be statistically significant but practically unimportant, especially with large samples. Conversely, a result can be practically important but not statistically significant, especially with small samples. The confidence interval provides more information than the p-value alone because it shows the range of plausible effect sizes.

Ignoring assumptions of statistical tests leads to invalid conclusions. Many tests assume that data are normally distributed, that variances are equal across groups, or that observations are independent. Violating these assumptions can produce misleading results. The NC3Rs Experimental Design Assistant helps researchers plan experiments that meet the assumptions of the statistical tests they plan to use.

Failing to report effect sizes and confidence intervals is a reporting problem that limits the usefulness of research. A p-value tells you whether an effect exists, but it does not tell you how large the effect is. Effect sizes and confidence intervals provide this information and allow readers to judge the practical importance of the findings.

Practical Steps for Using Statistical Notation

Using statistical notation correctly requires attention to detail and consistent practice. The following steps provide a practical approach to incorporating statistical notation into your work.

First, identify whether each value you report is a sample statistic or a population parameter. This decision determines whether you use Latin or Greek letters. When in doubt, assume you are working with a sample, because most research is based on samples.

Second, define every symbol when you first use it. Even common symbols like x̄ and s should be defined in the methods section of a research paper or in the text of a report. This practice ensures that readers know exactly what each symbol represents in your specific context.

Third, report effect sizes and confidence intervals alongside p-values. This practice provides readers with the information they need to judge the practical importance of your findings. The EQUATOR Network provides reporting guidelines that specify what statistical information should be included in research reports.

Fourth, check your notation before submitting your work. Review each symbol to confirm that it correctly represents the statistic or parameter you intend to report. Pay particular attention to the distinction between Greek and Latin letters and between descriptive and inferential statistics.

Fifth, use statistical software to verify your calculations. Software packages can calculate means, standard deviations, test statistics, and p-values, but they cannot determine whether you have used the correct notation. You must interpret the output and report it correctly.

Records and Documentation

Maintaining clear records of your statistical analyses supports reproducibility and helps you report results accurately. Documentation should include the raw data, the analysis code or software settings, and the output from each analysis.

The Research Data Framework from the National Institute of Standards and Technology emphasizes the importance of data management practices that support reproducibility. This framework encourages researchers to document their data collection procedures, data processing steps, and statistical analyses in sufficient detail that others can understand and replicate the work.

For research projects, keep a statistical analysis plan that specifies the primary and secondary analyses, the significance level, and the criteria for interpreting results. This plan should be written before data collection begins and should be followed consistently throughout the analysis.

For student projects and coursework, keep a record of the formulas and symbols used in each analysis. This record helps you learn the notation and provides a reference for future work.

Common Failure Patterns in Statistical Reporting

Recognizing common failure patterns in statistical reporting helps you avoid these problems in your own work and evaluate the work of others critically.

One failure pattern is the use of Greek letters for sample statistics. This error misrepresents the nature of the data and can mislead readers about the certainty of the findings. Publications in soil science have been criticized for this practice, and the same criticism applies across disciplines.

Another failure pattern is the omission of confidence intervals. Reporting only p-values without confidence intervals deprives readers of information about the precision of effect estimates. Confidence intervals show the range of plausible values for the population parameter and allow readers to judge whether the results are practically important.

A third failure pattern is the misinterpretation of p-values. Some researchers and readers interpret a p-value as the probability that the null hypothesis is true or as the probability that the results are due to chance. Both interpretations are incorrect. The p-value is the probability of obtaining the observed results, or results more extreme, assuming the null hypothesis is true.

A fourth failure pattern is the neglect of statistical power. A study with low power may fail to detect a real effect, producing a nonsignificant result that is misinterpreted as evidence of no effect. Power analysis should be conducted during study design to ensure that the sample size is adequate to detect the effects of interest.

A fifth failure pattern is pseudoreplication. This occurs when researchers treat closely located sampling points as independent observations when they are not independent. Pseudoreplication inflates the effective sample size and can produce artificially small p-values. The NC3Rs Experimental Design Assistant helps researchers avoid this problem by planning experiments with appropriate replication.

Limitations of Statistical Notation

Statistical notation has limitations that users should understand. The symbols themselves are arbitrary conventions that must be learned. They do not carry meaning by themselves but only through the definitions assigned to them.

Different fields may use the same symbol to mean different things. For example, β is used for the Type II error probability in hypothesis testing but also for regression coefficients in some contexts. The meaning must be inferred from the context.

Statistical notation can obscure instead of clarify when used carelessly. A formula filled with symbols that are not defined is less useful than a clear verbal description. Good statistical writing defines symbols and explains their meaning in plain language.

Statistical notation cannot convey the quality of the data or the validity of the assumptions underlying the analysis. A p-value calculated from a biased sample is meaningless regardless of how correctly the notation is used. The symbols are only as good as the data and the study design that produced them.

Safety and Ethical Context

Statistical notation plays a role in the ethical conduct of research. Accurate reporting of statistical results is essential for scientific integrity. Misleading statistical reporting, whether intentional or unintentional, can lead to incorrect conclusions and harmful decisions.

In clinical research, statistical results guide treatment decisions. A clinician who misinterprets a confidence interval or p-value may make incorrect judgments about whether a treatment is effective. The EQUATOR Network provides reporting guidelines that help ensure that statistical results are reported completely and transparently, allowing readers to make informed judgments.

In animal research, statistical design affects the number of animals used and the validity of the conclusions. The NC3Rs Experimental Design Assistant helps researchers design experiments that use the minimum number of animals necessary to achieve valid results. Proper statistical design reduces waste and improves the quality of the research.

In environmental research, statistical results inform policy decisions about chemical safety and ecological protection. A study of toxicity toward rotifers used statistical models to predict the toxicity of organic compounds. The researchers reported R² = 0.8201 for their validation set, indicating that the model explained 82% of the variance in toxicity. Accurate reporting of such statistics is essential for regulatory decisions.

Professional Escalation Criteria

Knowing when to seek help with statistical notation and analysis is important for producing valid work. The following situations warrant consultation with a statistician or more experienced researcher.

If you are unsure whether your data meet the assumptions of the statistical test you plan to use, consult a statistician before proceeding. Using a test that violates its assumptions can produce misleading results.

If your sample size is small or your data are highly skewed, seek advice about appropriate statistical methods. Small samples and non-normal data require special handling that may not be covered in introductory statistics courses.

If you are planning a study that will be used to make important decisions, such as a clinical trial or a regulatory submission, involve a statistician in the design phase. Proper design is essential for producing valid results.

If you are reviewing a manuscript or report and encounter statistical notation or methods you do not understand, ask for clarification. It is better to ask questions than to misinterpret the results.

If your results are surprising or counterintuitive, check your analysis before accepting the findings. Errors in data entry, calculation, or notation can produce results that do not reflect the true relationships in the data.

Frequently Asked Questions

What is the difference between μ and x̄?

μ is the population mean, which describes the average of all values in an entire population. x̄ is the sample mean, which describes the average of values in a sample drawn from the population. In most research, you calculate x̄ from your sample data and use it as an estimate of μ, which is typically unknown because the population is too large to measure completely.

What does the p-value actually tell me?

The p-value is the probability of obtaining the observed results, or results more extreme, assuming the null hypothesis is true. A small p-value indicates that the observed results are unlikely under the null hypothesis, which leads researchers to reject the null hypothesis. The p-value does not tell you the probability that the null hypothesis is true, nor does it tell you the probability that your results are due to chance.

When should I use σ and when should I use s?

Use σ when you are describing the standard deviation of an entire population. Use s when you are describing the standard deviation of a sample. Because most research is based on samples, you will most often use s. The sample standard deviation s serves as an estimate of the population standard deviation σ.

What is the difference between standard deviation and standard error?

The standard deviation measures the spread of individual values around the mean. The standard error measures the spread of sample means around the population mean. The standard error is calculated by dividing the standard deviation by the square root of the sample size. The standard error decreases as sample size increases, reflecting the fact that larger samples produce more precise estimates of the population mean.

How do I interpret a confidence interval?

A confidence interval provides a range of plausible values for a population parameter. A 95% confidence interval means that if you repeated the study many times and calculated the interval each time, approximately 95% of the intervals would contain the true population parameter. The width of the interval reflects the precision of the estimate, with narrower intervals indicating greater precision.

What is the difference between a parameter and a statistic?

A parameter is a numerical characteristic of a population, such as the population mean μ or the population standard deviation σ. A statistic is a numerical characteristic of a sample, such as the sample mean x̄ or the sample standard deviation s. Parameters are denoted by Greek letters, and statistics are denoted by Latin letters. Statistics serve as estimates of the corresponding parameters.

What does R² mean in regression analysis?

R², the coefficient of determination, represents the proportion of variance in the dependent variable that is explained by the independent variables in the model. An R² of 0.82 means that the model explains 82% of the variance in the outcome. R² values range from 0 to 1, with higher values indicating better model fit.

How do I choose between a t-test and a z-test?

Use a z-test when the population standard deviation is known or when the sample size is large enough that the central limit theorem applies. Use a t-test when the population standard deviation is unknown and must be estimated from the sample. In practice, the t-test is more commonly used because the population standard deviation is rarely known.

Related Articles

References and Further Reading

This article is educational and does not replace institutional policy, professional advice, or applicable safety and regulatory requirements.