Detection of Univariate Outlier Based On Normal DistributionData involving only one attribute or variable are called univariate data. For simplicity, we often choose to assume that data are generated from a normal distribution. We can then learn the parameters of the normal...
Saturday, 3 May 2014
Thursday, 1 May 2014
Mahalanobis Distance using R code
Mahalanobis distance is one of the standardized distance measure in statistics. It is a unit less distance measure introduced by P. C. Mahalanobis in 1936. Here i have using R code and one example for multivariate data sets to find the Mahalanobis distance.
Mahalanobis Distance Formula: ${{D}^{2}}=(x-\mu
{)}'\sum{^{-1}}(x-\mu )$
where,
x - Number...
Monday, 3 March 2014
Research Methodology Paper-1 Syllabus for Statistics
March 03, 2014Pre Ph.D Exam for Statistics, Research Methodology, Statistics, Syllabus for Phd Statistics
17 comments

Unit-I Concept of Research – Importance of Research – Ethics in Research – Selection of Research Topics and Problems – Research in Statistics – Literature Survey and its Importance Unit-II Preparation of Assignments, Theses and reports – Significance of Publications in Research – Journals in Statistics Unit-III Introduction to stochastic processes...
Saturday, 19 October 2013
K-means clustering
K-means Is one of
the simplest unsupervised learning algorithms that solve the well known
clustering problem. The k-means algorithm takes the inputs parameter, k, and
partitions a set of n objects into k cluster so that the resulting intracluster similarity is high but the intercluster
similarity is low. Cluster similarity is measured in regard to...
Research Methodology - Objectives and Motivation of research
Research is common parlance
refers to a research for knowledge. Once can also define research as a
scientific and systematic search for pertinent information on a specific topic.
In fact, research is an art of scientific investigation. The advanced Learner’s
Dictionary of current English lays down the meaning of research as a “careful
investigation...
Wednesday, 19 December 2012
Artificial Neural Networks

Normal
0
false
false
false
MicrosoftInternetExplorer4
What are Neural
Networks?
Models
of the brain and nervous system
Highly
parallel
...