<?xml version="1.0" encoding="UTF-8"?>
<CourseUnit xmlns="http://www.manchester.ac.uk/CUICourseUnitDetails" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.manchester.ac.uk/CUICourseUnitDetails.xsd">
  <UnitCode Applicant="Y" Label="Unit code" Student="Y">
    <Code>MATH48061</Code>
  </UnitCode>
  <UnitTitle Applicant="Y" Label="Unit title" Student="Y">
    <Title>Multivariate Statistics</Title>
  </UnitTitle>
  <MaxUnits Applicant="Y" Label="Credit rating" Student="Y">
    <Units>15</Units>
  </MaxUnits>
  <TeachingPeriods Applicant="Y" Label="Teaching period(s)" Student="Y">
    <Period>Semester 1</Period>
  </TeachingPeriods>
  <AcademicCareer Applicant="Y" Label="Academic career" Student="Y">
    <Value>Undergraduate</Value>
  </AcademicCareer>
  <UnitLevel Applicant="Y" Label="Unit level" Student="Y">
    <Level>Level 4</Level>
  </UnitLevel>
  <StaffList Applicant="Y" Label="Teaching staff" RoleLabel="Course Unit Role" Student="Y">
    <StaffMember>
      <Name>Yuk Ka Chung</Name>
      <Role>Unit coordinator</Role>
    </StaffMember>
  </StaffList>
  <OfferedBy Applicant="Y" Label="Offered by" Student="Y">
    <OrganisationList>
      <Organisation>
        <OrgName>Department of Mathematics</OrgName>
      </Organisation>
    </OrganisationList>
    <GroupList>
      <Group>
        <GroupName></GroupName>
      </Group>
    </GroupList>
    <FheqLevels>
      <FheqLevel>
        <LevelNumber>1</LevelNumber>
        <LevelName>FHEQ level (Framework for Higher Education Qualifications) ' Masters/Integrated Masters P4 ' </LevelName>
      </FheqLevel>
    </FheqLevels>
    <Ects>
      <MaxUnits>European Credit Transfer &amp; Accumulation System Rating :   7.5</MaxUnits>
    </Ects>
  </OfferedBy>
  <MarketingOverview Applicant="Y" Label="Marketing Course unit overview" Student="">
    <Content>&lt;p style="margin-left:5.9pt;"&gt;In practice, most data sets are multivariate, consisting of observations on several variables for each individual or object. Such data sets arise in many fields, including science, social sciences, and medicine, making techniques for their analysis an important area of statistics. This course introduces a variety of techniques, some of which generalise univariate methods, while others introduce new approaches (e.g. principal component analysis). The course focuses on continuous multivariate data, providing students with the theoretical tools and foundational knowledge necessary for advanced machine learning studies. Students will gain practical experience using R for data analysis throughout the course. &amp;nbsp;&lt;/p&gt;</Content>
  </MarketingOverview>
  <UnitOverview Applicant="" Label="Course unit overview" Student="Y">
    <Content>&lt;p style="margin-left:5.9pt;"&gt;In practice, most data sets are multivariate, consisting of observations on several variables for each individual or object. Such data sets arise in many fields, including science, social sciences, and medicine, making techniques for their analysis an important area of statistics. This course introduces a variety of techniques, some of which generalise univariate methods, while others introduce new approaches (e.g. principal component analysis). The course focuses on continuous multivariate data, providing students with the theoretical tools and foundational knowledge necessary for advanced machine learning studies. Students will gain practical experience using R for data analysis throughout the course. &amp;nbsp;&lt;/p&gt;</Content>
  </UnitOverview>
  <Aims Applicant="Y" Label="Aims" Student="Y">
    <Content>&lt;p&gt;The unit aims to:&lt;/p&gt;&lt;p&gt;Familiarise students with the ideas and methodology of foundational multivariate statistics, preparing them for advanced machine learning concepts. This includes their application in data analysis using the R statistical computing package.&amp;nbsp;&lt;/p&gt;</Content>
  </Aims>
  <LearningOutcomes Applicant="Y" Label="Learning outcomes" Student="Y">
    <Content>&lt;p&gt;On successful completion of the course students will be able to:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Explain the properties of random vectors and matrices, and calculate sample statistics (mean vectors, covariance matrices, correlation matrices) with transformations to simplify analysis.&lt;/li&gt;&lt;li&gt;Apply the multivariate normal distribution and related distributions (e.g. Wishart, Hotelling’s T-squared) to analyse and model multivariate data.&lt;/li&gt;&lt;li&gt;Estimate parameters (mean vector, covariance matrix) from multivariate data using maximum likelihood and Bayesian methods.&lt;/li&gt;&lt;li&gt;Formulate and test hypotheses about mean structures and covariance matrices, and interpret confidence intervals in multivariate contexts.&lt;/li&gt;&lt;li&gt;Apply dimension reduction techniques such as PCA, CCA and corresponding analysis to summarise and simplify multivariate data.&lt;/li&gt;&lt;li&gt;Classify multivariate data using clustering and discriminant analysis.&lt;/li&gt;&lt;li&gt;Apply popular computing software such as R or Python to visualise, analyse, and interpret multivariate data.&lt;/li&gt;&lt;/ul&gt;</Content>
  </LearningOutcomes>
  <Knowledge Applicant="Y" Label="Knowledge and understanding" Student="Y">
    <Content></Content>
  </Knowledge>
  <IntellectualSkills Applicant="Y" Label="Intellectual skills" Student="Y">
    <Content></Content>
  </IntellectualSkills>
  <PracticalSkills Applicant="Y" Label="Practical skills" Student="Y">
    <Content></Content>
  </PracticalSkills>
  <TransferableSkills Applicant="Y" Label="Transferable skills and personal qualities" Student="Y">
    <Content></Content>
  </TransferableSkills>
  <EmployabilitySkillsList Applicant="Y" Label="Employability skills" Student="Y">
    <Skill>
      <SkillId></SkillId>
      <SkillDescription></SkillDescription>
    </Skill>
  </EmployabilitySkillsList>
  <Syllabus Applicant="Y" Label="Syllabus" Student="Y">
    <Content>&lt;p&gt;Part A – Core concepts and inferential techniques in multivariate analysis&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Random vectors and matrices – introductory ideas and basic concepts, linear transformations, sample statistics and their properties, overall measures of dispersion in p-space, distances in p-space, simple graphical techniques&lt;/li&gt;&lt;li&gt;Multivariate normal (MVN) distribution and related distribution – definition, properties, conditional distributions, the Wishart and Hotelling T-squared distribution, sampling distributions of the sample mean vector and covariance matrix, maximum likelihood estimation of the mean vector and covariance matrix&lt;/li&gt;&lt;li&gt;Inferences about mean structures – hypothesis testing and confidence intervals (one sample and two independent sample procedures), generalised likelihood ratio test, CI for the components of the mean vector(s), other topics such as MANOVA and profile analysis&lt;/li&gt;&lt;li&gt;Inferences about covariance and correlation matrices – testing covariance structure of a single covariance matrix, testing equality of covariance matrices&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Part B – Advanced techniques in multivariate analysis&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Bayesian inference for MVN – including conjugate models with potential exploration of approximation techniques and Monte Carlo methods&lt;/li&gt;&lt;li&gt;Dimension reduction – techniques such as principal component analysis, factor analysis, canonical correlation analysis, and correspondence analysis&lt;/li&gt;&lt;li&gt;Cluster Analysis – aims, K-means and hierarchical algorithms, the dendrogram&lt;/li&gt;&lt;li&gt;Discriminant Analysis – LDA, QDA&amp;nbsp;&lt;/li&gt;&lt;/ul&gt;</Content>
  </Syllabus>
  <TeachingMethods Applicant="Y" Label="Teaching and learning methods" Student="Y">
    <Content>&lt;p&gt;&lt;span style="background-color:rgb(255,255,255);color:rgb(0,0,0);"&gt;Teaching is composed of two hours of lectures and one tutorial class per week. Teaching materials will be made available online for reference and review.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;</Content>
  </TeachingMethods>
  <AssessmentMethods Applicant="Y" Label="Assessment methods" Student="Y">
    <IntroText> </IntroText>
    <Method>
      <MethodId>1</MethodId>
      <MethodName>Written exam</MethodName>
      <MethodWeight>100%</MethodWeight>
    </Method>
  </AssessmentMethods>
  <FeedbackMethods Applicant="Y" Label="Feedback methods" Student="Y">
    <Content>&lt;h1&gt;	Feedback methods&lt;/h1&gt;&lt;p style="margin-left: 5.9pt"&gt;Feedback will be provided throughout the course, including:&lt;/p&gt;&lt;ul&gt;	&lt;li&gt;		In &lt;strong&gt;t&lt;/strong&gt;&lt;strong&gt;utorials &lt;/strong&gt;you will be able to ask for and receive feedback on your work and under- standing.&lt;/li&gt;	&lt;li&gt;		You will receive feedback on your &lt;strong&gt;c&lt;/strong&gt;&lt;strong&gt;o&lt;/strong&gt;&lt;strong&gt;ursework&lt;/strong&gt;.&lt;/li&gt;	&lt;li&gt;		You can receive feedback from the &lt;strong&gt;l&lt;/strong&gt;&lt;strong&gt;ecturer &lt;/strong&gt;in person during the o¿ice hour or at other times.&lt;/li&gt;	&lt;li&gt;		You can receive feedback via the &lt;strong&gt;F&lt;/strong&gt;&lt;strong&gt;o&lt;/strong&gt;&lt;strong&gt;rum &lt;/strong&gt;on BlackBoard.&lt;/li&gt;&lt;/ul&gt;</Content>
  </FeedbackMethods>
  <RequirementsList Applicant="Y" Label="Pre/co-requisites" Student="Y">
    <Requirement>
      <UnitCode>MATH27720</UnitCode>
      <UnitTitle>Probability and Statistics 2</UnitTitle>
      <RequirementType>Pre-Requisite</RequirementType>
      <Description>Compulsory</Description>
    </Requirement>
    <AdditionalRequirement>MATH48061 Pre-Requisites: MATH27720&lt;p&gt;Students are not permitted to take more than one of MATH38161 or MATH48061 for credit in the same undergraduate year.&amp;nbsp; Students are not permitted to take MATH48061 and MATH68061 for credit in an undergraduate programme and then a postgraduate programme.&lt;/p&gt;</AdditionalRequirement>
  </RequirementsList>
  <AcademicPrograms Applicant="Y" Label="Academic programmes" Student="Y">
    <AcademicProgram>
      <Program></Program>
      <Plan></Plan>
      <Level></Level>
      <Requirement></Requirement>
    </AcademicProgram>
  </AcademicPrograms>
  <FreeChoice Applicant="Y" Label="Available as a free choice unit?" Student="Y">
    <Content>N</Content>
  </FreeChoice>
  <Accreditation Applicant="Y" Label="Accreditation" Student="Y">
    <Content></Content>
  </Accreditation>
  <RecommendedReading Applicant="Y" Label="Recommended reading" Student="Y">
    <Content>&lt;p&gt;Chatfield, C. and Collins, A. J., An Introduction to Multivariate Analysis, Chapman &amp;amp; Hall 1983.&lt;/p&gt;&lt;p&gt;Krzanowski, W. J., Principles of Multivariate Analysis: A User's Perspective, Oxford University Press 1990.&lt;/p&gt;&lt;p&gt;Johnson, R. A. and Wichern, D. W., Applied Multivariate Statistical Analysis 3rd edition, Prentice Hall 1992.&lt;/p&gt;&lt;p&gt;Bishop, Y M, Fienberg, S E, and Holland P W (2007) Discrete Multivariate Analysis. Springer&amp;nbsp;&lt;/p&gt;</Content>
  </RecommendedReading>
  <StudyHours Applicant="Y" Label="Study hours" Student="Y">
    <IntroText> </IntroText>
    <ScheduledHours Applicant="Y" Label="Scheduled activity hours" Student="Y">
      <ActivityHours>
        <ActivityType>Lectures</ActivityType>
        <Hours>22</Hours>
      </ActivityHours>
      <ActivityHours>
        <ActivityType>Tutorials</ActivityType>
        <Hours>11</Hours>
      </ActivityHours>
    </ScheduledHours>
    <PlacementHours Applicant="Y" Label="Placement hours" Student="Y">
      <ActivityHours>
        <ActivityType></ActivityType>
        <Hours>0</Hours>
      </ActivityHours>
    </PlacementHours>
    <TotalHours Applicant="Y" Label="Independent study hours" Student="Y">
      <Hours>117</Hours>
    </TotalHours>
  </StudyHours>
  <Notes Applicant="Y" Label="Additional notes" Student="Y">
    <Content></Content>
  </Notes>
</CourseUnit>
