Statistical analysis with Swift : data sets, statistical models, and predictions on Apple platforms
著者
書誌事項
Statistical analysis with Swift : data sets, statistical models, and predictions on Apple platforms
Apress, c2022
- : pbk
大学図書館所蔵 全1件
  青森
  岩手
  宮城
  秋田
  山形
  福島
  茨城
  栃木
  群馬
  埼玉
  千葉
  東京
  神奈川
  新潟
  富山
  石川
  福井
  山梨
  長野
  岐阜
  静岡
  愛知
  三重
  滋賀
  京都
  大阪
  兵庫
  奈良
  和歌山
  鳥取
  島根
  岡山
  広島
  山口
  徳島
  香川
  愛媛
  高知
  福岡
  佐賀
  長崎
  熊本
  大分
  宮崎
  鹿児島
  沖縄
  韓国
  中国
  タイ
  イギリス
  ドイツ
  スイス
  フランス
  ベルギー
  オランダ
  スウェーデン
  ノルウェー
  アメリカ
注記
Includes index
内容説明・目次
内容説明
Work with large data sets, create statistical models, and make predictions with statistical methods using the Swift programming language. The variety of problems that can be solved using statistical methods range in fields from financial management to machine learning to quality control and much more. Those who possess knowledge of statistical analysis become highly sought after candidates for companies worldwide.
Starting with an introduction to statistics and probability theory, you will learn core concepts to analyze your data's distribution. You'll get an introduction to random variables, how to work with them, and how to leverage their properties in computations. On top of the mathematics, you'll learn several essential features of the Swift language that significantly reduce friction when working with large data sets. These functionalities will prove especially useful when working with multivariate data, which applies to most information in today's complex world. Once you know how to describe a data set, you will learn how to create models to make predictions about future events. All provided data is generated from real-world contexts so that you can develop an intuition for how to apply statistical methods with Swift to projects you're working on now.
You will:* Work with real-world data using the Swift programming language * Compute essential properties of data distributions to understand your customers, products, and processes * Make predictions about future events and compute how robust those predictions are
目次
Chapter 1: Swift Primer
* Introduction to Swift and its pros when working with large data sets
* Provided data sets and how to load them using the Decodable protocol
* Higher-Order Functions (map, filter, reduce, apply)
Chapter 2: Introduction to Probability and Random Variables
* What is a random variable?
* Sample spaces
* Laws and axioms of probability
* Variable Independence
* Conditional probability
Chapter 3: Distributions and Random Numbers
* Mass and density functions
* Discrete distributions
* Discrete uniform distribution
* Bernoulli trials
* Binomial distribution
* Poisson distribution
* Continuous distributions
* Continuous uniform distribution
* Exponential distribution
* Normal distribution
* Implement a random number generator that samples from a given distribution
Chapter 4: Predicting House Sale Prices with Linear Regression
* Central tendency measures
* Variance measures
* Association measures
* Stratification of data
* Linear regression
Chapter 5: Hypothesis Testing
* T Testing
* Null and Alternative Hypotheses
* P-value
* Determining sample sizes
Chapter 6: Data Compression Using Statistical Methods
* Measurement scales
* Calculate the distribution of example data
* Compute a Huffman Tree
* Encode the original data in a smaller package
* Decode the compressed data
Chapter 7: Movie Recommendations Using Clustering
* Data transformation
* Similarity measurements
* Simple movie recommendation system
Chapter 8: Bringing It All Together
* Applying to new, real-world projects
* Building your data intuition
「Nielsen BookData」 より