Linear Algebra and Its Applications with R
eBook - ePub

Linear Algebra and Its Applications with R

Ruriko Yoshida

Condividi libro
  1. 440 pagine
  2. English
  3. ePUB (disponibile sull'app)
  4. Disponibile su iOS e Android
eBook - ePub

Linear Algebra and Its Applications with R

Ruriko Yoshida

Dettagli del libro
Anteprima del libro
Indice dei contenuti
Citazioni

Informazioni sul libro

This book developed from the need to teach a linear algebra course to students focused on data science and bioinformatics programs. These students tend not to realize the importance of linear algebra in applied sciences, since traditional linear algebra courses tend to cover mathematical contexts but not the computational aspect of linear algebra or its applications to data science and bioinformatics.

The author presents the topics in a traditional course, yet offers lectures as well as lab exercises on simulated and empirical data sets. This textbook provides students a theoretical basis which can then be applied to the practical R and Python problems, providing the tools needed for real-world applications.

Each section starts with working examples to demonstrate how tools from linear algebra can help solve problems in applied sciences. These exercises start from easy computations, such as computing determinants of matrices, to practical applications on simulated and empirical data sets with R so that students learn how to get started with R, along with computational examples in each section, and then students learn how to apply what they've learned to problems in applied sciences.

This book is designed from first principles to demonstrate the importance of linear algebra through working computational examples with R and Python, including tutorials on how to install R in the Appendix. If a student has never seen R, they can get started without any additional help.

Since Python is one of the most popular languages in data science, optimization, and computer science, code supplements are available for students who feel more comfortable with Python. R is used primarily for computational examples to develop students' practical computational skills.

About the Author:

Dr. Ruriko Yoshida is an Associate Professor of Operations Research at the Naval Postgraduate School. She received her PhD in Mathematics from the University of California, Davis. Her research topics cover a wide variety of areas: applications of algebraic combinatorics to statistical problems such as statistical learning on non-Euclidean spaces, sensor networks, phylogenetics, and phylogenomics. She teaches courses in statistics, stochastic models, probability, and data science.

Domande frequenti

Come faccio ad annullare l'abbonamento?
È semplicissimo: basta accedere alla sezione Account nelle Impostazioni e cliccare su "Annulla abbonamento". Dopo la cancellazione, l'abbonamento rimarrà attivo per il periodo rimanente già pagato. Per maggiori informazioni, clicca qui
È possibile scaricare libri? Se sì, come?
Al momento è possibile scaricare tramite l'app tutti i nostri libri ePub mobile-friendly. Anche la maggior parte dei nostri PDF è scaricabile e stiamo lavorando per rendere disponibile quanto prima il download di tutti gli altri file. Per maggiori informazioni, clicca qui
Che differenza c'è tra i piani?
Entrambi i piani ti danno accesso illimitato alla libreria e a tutte le funzionalità di Perlego. Le uniche differenze sono il prezzo e il periodo di abbonamento: con il piano annuale risparmierai circa il 30% rispetto a 12 rate con quello mensile.
Cos'è Perlego?
Perlego è un servizio di abbonamento a testi accademici, che ti permette di accedere a un'intera libreria online a un prezzo inferiore rispetto a quello che pagheresti per acquistare un singolo libro al mese. Con oltre 1 milione di testi suddivisi in più di 1.000 categorie, troverai sicuramente ciò che fa per te! Per maggiori informazioni, clicca qui.
Perlego supporta la sintesi vocale?
Cerca l'icona Sintesi vocale nel prossimo libro che leggerai per verificare se è possibile riprodurre l'audio. Questo strumento permette di leggere il testo a voce alta, evidenziandolo man mano che la lettura procede. Puoi aumentare o diminuire la velocità della sintesi vocale, oppure sospendere la riproduzione. Per maggiori informazioni, clicca qui.
Linear Algebra and Its Applications with R è disponibile online in formato PDF/ePub?
Sì, puoi accedere a Linear Algebra and Its Applications with R di Ruriko Yoshida in formato PDF e/o ePub, così come ad altri libri molto apprezzati nelle sezioni relative a Economics e Statistics for Business & Economics. Scopri oltre 1 milione di libri disponibili nel nostro catalogo.

Informazioni

Anno
2021
ISBN
9781000400267

1

Systems of Linear Equations and Matrices

DOI: 10.1201/9781003042259-1
Solving a system of linear equations appears in many problems in academic and non-academic disciplines since this is one of the simplest and most effective models to solve practical problems in many areas. The working example is a two-way contingency table from categorical data analysis, a classic form of analysis from statistics. The walking example in this chapter is from statistics. Categorical data analysis is one of classical statistical analysis and the example is called a two-way contingency table from categorical data analysis.

1.1 Introductory Example from Statistics

Table 1.1 is from [16] and it records the month of birth and death for 82 descendants of Queen Victoria. This data is used to analyze an association, i.e., relation, between birth-month and death-month. It used to be thought that there were some relations between people's birth-month and death-month. Tables like Table 1.1 are called two-way contingency tables and particularly we call Table 1.1 a 12×12 cont...

Indice dei contenuti