Category: Mathematics

  • Raising Abstraction Level in SAS

    by

    in

    In the following codes an attempt is made to raise the abstraction level available to the sas programmer by providing list manipulation macros: This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.…

  • The Need For MapReduce and NoSQL

    The Need for MapReduce Relational Database Management Systems have been in use since 1970s. They provide the SQL language interface. They are good at needle in the haystack problems – finding small results from big datasets. They provide a number of advantages: A declarative query language Schemas Logical Data Independence Database Indexing Optimizations Through Use…

  • Introduction to Hadoop

    Apache Hadoop is a software framework for distributed processing of very large datasets. It provides a distributed storage system Hadoop Distributed File System (HDFS)), and a processing part of the system MapReduce. The system is so designed so as to recover from hardware failures in some nodes that make up the distributed cluster. Hadoop is…

  • Quotients

    1. Motivation Consider the set of rational numbers. We say that a rational number is of the form where . But all numbers of the form, where are also the same rational number. Thus, the elements of are not really numbers of the form where , but “equivalence classes” of numbers, where two numbers and…

  • Difference Equations

    1. Difference Equations 1.1. Introduction Time series analysis deals with a series of random variables. 1.2. First Order Difference Equations We will study time indexed random variables . Let be a linear function of and . Equation 1 is a linear first-order difference equation. It is a first-order difference equation because only depends on and…

  • Misconceptions About P Values and The History of Hypothesis Testing

    1. Introduction The misconceptions surrounding p values are an example where knowing the history of the field and the mathematical and philosophical principles behind it can greatly help in understanding. The classical statistical testing of today is a hybrid of the approaches taken by R. A. Fisher on the one hand and Jerzy Neyman and…

  • The Development of Mathematical Analysis

    1. Reasons Behind The Creation of Analysis Newton had approached his calculus with fluxions and flows while Leibniz had done with differentials. Both methods however had to deal with infinities and infinitely small quantities, specifically to find methods that combine infintely many infinitely small quantities to get finite quantities. The reasoning used to arrive at…

  • Ordinary Least Squares Under Standard Assumptions

    Suppose that a scalar is related to a vector, and a disturbance term according to the regression model. In this article, we will study the estimation and hypothesis testing of when is deterministic and is i.i.d. Gaussian. 1. The Algebra of Linear Regression Given a sample of T values of and the vector , the…

  • Confidence Interval Interpretation

    In frequentist statistics (which is one the used by journals and academia), is a fixed quantity, not a random variable. Hence, a confidence interval is not a probability statement about . A 95 percent confidence interval does not mean that the interval would capture the true value 95 percent of the time. This statement would…

  • Hypothesis Testing and p-values

    1. Introduction Hypothesis testing is a method of inference. Definition 1 A hypothesis is a statement about a population parameter. Definition 2 Null and Alternate Hypothesis: We partition the parameter space into two disjoint sets and and we wish to test: We call the null hypothesis and the alternate hypothesis. Definition 3 Rejection Region: Let…