SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1718
Graphical Analysis of Simulated Financial Data using R
Shubhi Gangele1, Pamila Koli2, Prof.Nilima Nikam3
Dept. of Computer Engineering, YTIET, Chandhai, Karjat-410201.
--------------------------------------------------------------------***---------------------------------------------------------------------
Abstract-We have particularly seen in case of Indian
markets that they are not efficient. When a good event or
bad event happens, the market valuation of a particular
product or company is slow to respond. It may take from
hours to days for the market price to reach its actual
valuation. Even with publicly available information like
financial sheets, there seems to be an delay in market
adjusting to the actual valuation of the company. Keeping
this in mind we have developed a tool which would calculate
basic financial ratios to help investors realize the market
value of the company with publicly available
information.Two of the tools we have developed are DuPont
analysis on financial data available from a company in
London. Similar we have developed ANOVA analysis on
simulated data.Our simulation can generate random
numbers in huge amounts & then perform a analysis on
it.The following paper demonstrates the process & rationale
behind doing it.
Key Words:Dupont analysis, Big data,R,Anova analysis.
1.Introduction
Financial analysis refers to an assessment of the
viability, stability and profitability of a business, sub-
business or project. It is performed by professionals
who prepare reports using ratios that make use of
information taken from financial statements and
other reports. These reports are usually presented to
top management as one of their bases in making
business decisions.
Financial Statements are used for a Multitude of
Different Purposes.Readers of a financial statement
are seeking to understand key facts about the
performance and disposition of a business. For
example, return on assets (ROA) is a common ratio
used to determine how efficient a company is at
using its assets and as a measure of profitability. This
ratio could be calculated for several similar
companies and compared as part of a larger analysis.
1.1 Graphical Analysis
Graphical analytics is "the science of analytical
reasoning facilitated by interactive visual interfaces."
It can attack certain problems whose size,
complexity, and need for closely coupled human and
machine analysis may make them otherwise
intractable.Visual analytics advances science and
technology developments in analytical reasoning,
interaction, data transformations and
representations for computation and visualization,
analytic reporting, and technology transition.
As a research agenda, visual analytics brings
together several scientific and technical communities
from computer science, information visualization,
cognitive and perceptual sciences, interactive design,
graphic design, and social sciences.
1.2 About R Programming
R and its libraries implement a wide variety of
statistical and graphical techniques, including linear
and nonlinear modeling, classical statistical tests,
time-series analysis, classification, clustering, and
others. R is easily extensible through functions and
extensions, and the R community is noted for its
active contributions in terms of packages. Many of
R's standard functions are written in R itself, which
makes it easy for users to follow the algorithmic
choices made. For computationally intensive tasks, C,
C++, and Fortran code can be linked and called at run
time. Advanced users can write C, C++, Java, .NET or
Python code to manipulate R objects directly. R is
highly extensible through the use of user-submitted
packages for specific functions or specific areas of
study. Due to its S heritage, R has stronger object-
oriented programming facilities than most statistical
computing languages.Another strength of R is static
graphics, which can produce quality graphs,
including mathematical symbols. Dynamic and
interactive graphics are available through additional
packages.
2. Analytical Techniques
2.1 Dupont Analysis
DuPont analysis is a method of performance
measurement that was started by the DuPont
Corporation in the 1920s. With this method, assets
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1719
are measured at their gross book value rather than at
net book value to produce a higher return on equity
(ROE). It is also known as DuPont identity.
Return On Asset(ROE) is a closely-watched number
among knowledgeable investors. It is a strong
measure of how well a company's management
creates value for its shareholders. The number can
be misleading, however, as it is vulnerable to
measures that increase its value while also making
the stock more risky. Without a way of breaking
down ROE components, investors could be duped
into believing a company is a good investment when
it's not.
The asset turnover ratio is an efficiency ratio that
measures a company's ability to generate sales from
its assets by comparing net sales with average total
assets. In other words, this ratio shows how
efficiently a company can use its assets to generate
sales.
2.2. Anova Analysis
Analysis of variance (ANOVA) is an analysis tool used
in statistics that splits the aggregate variability found
inside a data set into two parts: systematic factors
and random factors. The systematic factors have a
statistical influence on the given data set, but the
random factors do not. Analysts use the analysis of
the variance test to determine the result independent
variables have on the dependent variable amid a
regression study.
The two-way ANOVA compares the mean differences
between groups that have been split on two
independent variables (called factors). The primary
purpose of a two-way ANOVA is to understand if
there is an interaction between the two independent
variables on the dependent variable. For example,
you could use a two-way ANOVA to understand
whether there is an interaction between gender and
educational level on test anxiety amongst university
students, where gender (males/females) and
education level (undergraduate/postgraduate) are
your independent variables, and test anxiety is your
dependent variable. Alternately, you may want to
determine whether there is an interaction between
physical activity level and gender on blood
cholesterol concentration in children, where physical
activity (low/moderate/high) and gender
(male/female) are your independent variables, and
cholesterol concentration is your dependent variable.
The interaction term in a two-way ANOVA informs
you whether the effect of one of your independent
variables on the dependent variable is the same for
all values of your other independent variable (and
vice versa). For example, is the effect of gender
(male/female) on test anxiety influenced by
educational level (undergraduate/postgraduate)?
Additionally, if a statistically significant interaction is
found, you need to determine whether there are any
"simple main effects", and if there are, what these
effects are.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1720
3.Methodology
There some assumptions to do Two way ANOVA or
we can say that these are the conditions for Two way
ANOVA
● Assumption #1: Your dependent
variable should be measured at
the continuous level (i.e., they
are interval or ratio variables).
● Assumption #2: Your two independent
variables should each consist of two or more
categorical, independent groups.
● Assumption #3: You should
have independence of observations, which
means that there is no relationship between
the observations in each group or between
the groups themselves.
● Assumption #4: There should be no
significant outliers. Outliers are data points
within your data that do not follow the usual
pattern
● Assumption #5: Your dependent
variable should be approximately normally
distributed for each combination of the
groups of the two independent variables.
● Assumption #6: There needs to
be homogeneity of variances for each
combination of the groups of the two
independent variables.
Step 1) Identify Hypothesis to be tested
Step 2) Formula for calculation of
SumofSquare(within) is:
Y(ij) are the elements in the groups.Y‾(ij) is mean of
combination
Step 3) Calculate the df(within):
df(within) = (r-1)*a*b = 3*2*3 = 18
Step 4)Calculate MeanSquare(within):
MS(within) = SS(within)/df(within) = 38/18 =
2.1111
Step 5) Calculate F value
F variable is the ratio of two independent chi-square
variables divided by their respective degrees of
freedom. The degrees of freedom for the numerator
are the degrees of freedom for the between group (k-
1) and the degrees of freedom for the denominator
are the degrees of freedom for the within group (N-
k).
4. Conclusion
Our study on simulated data & DuPont analysis have
helped us to develop a sound understanding of how
the financial ratios behave. The results from
simulated data are not limited to Indian markets; can
be applied on various markets & seen in the current
stock market to determine how inefficient it is. We
believe investors who will invest in long term
portfolios will benefit from the methodology which
we have proposed.
REFERENCES
[1] 2013 IEEE Third International Conference on Cloud
and Green Computing. Available at:
http://ieeexplore.ieee.org/abstract/document/6686088/
?reload=true
[2] Improving Decision Making in the World of Big Data.
Available at:
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1721
http://www.forbes.com/sites/christopherfrank/2012/03
/25/improvingdecision-making-in-the-world-of-big-data/
[Access Date: August 11, 2013]
[3] How Big Is Facebook’s Data? Available at:
http://techcrunch.com/2012/08/22/how-big-is-
facebooks-data-2-5-
billion-pieces-of-content-and-500-terabytes-ingested-
every-day/ [AccessDate: August 11, 2013]
[4] Big Data Makes a Big Difference in Marketing. Available
at:
http://www.spiral16.com/blog/2012/09/big-data-
makes-a-big-difference-
in-marketing/ [Access Date: August 11, 2013]
[5] Unleash the power of open source R. Available at:
http://www.revolutionanalytics.com/what-is-open-
source-r/
[AccessDate: August 11, 2013]

More Related Content

What's hot

Training in quality management
Training in quality managementTraining in quality management
Training in quality managementselinasimpson3001
 
IRJET- Comparative Study of Classification Algorithms for Sentiment Analy...
IRJET-  	  Comparative Study of Classification Algorithms for Sentiment Analy...IRJET-  	  Comparative Study of Classification Algorithms for Sentiment Analy...
IRJET- Comparative Study of Classification Algorithms for Sentiment Analy...IRJET Journal
 
Concept of quality management
Concept of quality managementConcept of quality management
Concept of quality managementselinasimpson1001
 
The performance of information
The performance of informationThe performance of information
The performance of informationPhilip Wielenga
 
Sales Performance Deep Dive and Forecast: A ML Driven Analytics Solution
Sales Performance Deep Dive and Forecast: A ML Driven Analytics SolutionSales Performance Deep Dive and Forecast: A ML Driven Analytics Solution
Sales Performance Deep Dive and Forecast: A ML Driven Analytics SolutionPranov Mishra
 
Reduction in customer complaints - Mortgage Industry
Reduction in customer complaints - Mortgage IndustryReduction in customer complaints - Mortgage Industry
Reduction in customer complaints - Mortgage IndustryPranov Mishra
 
Bbs11 ppt ch19
Bbs11 ppt ch19Bbs11 ppt ch19
Bbs11 ppt ch19Tuul Tuul
 
Moderation and Meditation conducting in SPSS
Moderation and Meditation conducting in SPSSModeration and Meditation conducting in SPSS
Moderation and Meditation conducting in SPSSOsama Yousaf
 
Big data analytics in financial market
Big data analytics in financial marketBig data analytics in financial market
Big data analytics in financial marketeSAT Journals
 
operation research notes
operation research notesoperation research notes
operation research notesRenu Thakur
 
11.fuzzy logic analysis based on inventory considering demand and stock quant...
11.fuzzy logic analysis based on inventory considering demand and stock quant...11.fuzzy logic analysis based on inventory considering demand and stock quant...
11.fuzzy logic analysis based on inventory considering demand and stock quant...Alexander Decker
 
Fuzzy logic analysis based on inventory considering demand and stock quantity...
Fuzzy logic analysis based on inventory considering demand and stock quantity...Fuzzy logic analysis based on inventory considering demand and stock quantity...
Fuzzy logic analysis based on inventory considering demand and stock quantity...Alexander Decker
 
Business homework help
Business homework helpBusiness homework help
Business homework helpalicalland
 

What's hot (18)

Quality management iso 9001
Quality management iso 9001Quality management iso 9001
Quality management iso 9001
 
Training in quality management
Training in quality managementTraining in quality management
Training in quality management
 
IRJET- Comparative Study of Classification Algorithms for Sentiment Analy...
IRJET-  	  Comparative Study of Classification Algorithms for Sentiment Analy...IRJET-  	  Comparative Study of Classification Algorithms for Sentiment Analy...
IRJET- Comparative Study of Classification Algorithms for Sentiment Analy...
 
Risk Based Loan Approval Framework
Risk Based Loan Approval FrameworkRisk Based Loan Approval Framework
Risk Based Loan Approval Framework
 
Quality management courses
Quality management coursesQuality management courses
Quality management courses
 
Concept of quality management
Concept of quality managementConcept of quality management
Concept of quality management
 
The performance of information
The performance of informationThe performance of information
The performance of information
 
Sales Performance Deep Dive and Forecast: A ML Driven Analytics Solution
Sales Performance Deep Dive and Forecast: A ML Driven Analytics SolutionSales Performance Deep Dive and Forecast: A ML Driven Analytics Solution
Sales Performance Deep Dive and Forecast: A ML Driven Analytics Solution
 
Reduction in customer complaints - Mortgage Industry
Reduction in customer complaints - Mortgage IndustryReduction in customer complaints - Mortgage Industry
Reduction in customer complaints - Mortgage Industry
 
Bbs11 ppt ch19
Bbs11 ppt ch19Bbs11 ppt ch19
Bbs11 ppt ch19
 
Moderation and Meditation conducting in SPSS
Moderation and Meditation conducting in SPSSModeration and Meditation conducting in SPSS
Moderation and Meditation conducting in SPSS
 
Big data analytics in financial market
Big data analytics in financial marketBig data analytics in financial market
Big data analytics in financial market
 
Feature selection
Feature selectionFeature selection
Feature selection
 
operation research notes
operation research notesoperation research notes
operation research notes
 
Demand Estimation
Demand EstimationDemand Estimation
Demand Estimation
 
11.fuzzy logic analysis based on inventory considering demand and stock quant...
11.fuzzy logic analysis based on inventory considering demand and stock quant...11.fuzzy logic analysis based on inventory considering demand and stock quant...
11.fuzzy logic analysis based on inventory considering demand and stock quant...
 
Fuzzy logic analysis based on inventory considering demand and stock quantity...
Fuzzy logic analysis based on inventory considering demand and stock quantity...Fuzzy logic analysis based on inventory considering demand and stock quantity...
Fuzzy logic analysis based on inventory considering demand and stock quantity...
 
Business homework help
Business homework helpBusiness homework help
Business homework help
 

Similar to Graphical Analysis of Simulated Financial Data using R: An R-Based Tool for Financial Analysis

IRJET - Forecasting Stock Market Movement Direction using Sentiment Analysis ...
IRJET - Forecasting Stock Market Movement Direction using Sentiment Analysis ...IRJET - Forecasting Stock Market Movement Direction using Sentiment Analysis ...
IRJET - Forecasting Stock Market Movement Direction using Sentiment Analysis ...IRJET Journal
 
IRJET-Fake Product Review Monitoring
IRJET-Fake Product Review MonitoringIRJET-Fake Product Review Monitoring
IRJET-Fake Product Review MonitoringIRJET Journal
 
Review on Sentiment Analysis on Customer Reviews
Review on Sentiment Analysis on Customer ReviewsReview on Sentiment Analysis on Customer Reviews
Review on Sentiment Analysis on Customer ReviewsIRJET Journal
 
IRJET - An Overview of Machine Learning Algorithms for Data Science
IRJET - An Overview of Machine Learning Algorithms for Data ScienceIRJET - An Overview of Machine Learning Algorithms for Data Science
IRJET - An Overview of Machine Learning Algorithms for Data ScienceIRJET Journal
 
Determination of Optimum Parameters Affecting the Properties of O Rings
Determination of Optimum Parameters Affecting the Properties of O RingsDetermination of Optimum Parameters Affecting the Properties of O Rings
Determination of Optimum Parameters Affecting the Properties of O RingsIRJET Journal
 
Determination of Optimum Parameters Affecting the Properties of O Rings
Determination of Optimum Parameters Affecting the Properties of O RingsDetermination of Optimum Parameters Affecting the Properties of O Rings
Determination of Optimum Parameters Affecting the Properties of O RingsIRJET Journal
 
Twitter Sentiment Analysis
Twitter Sentiment AnalysisTwitter Sentiment Analysis
Twitter Sentiment AnalysisIRJET Journal
 
Development and Evaluation of an Employee Performance Appraisal Insight Repor...
Development and Evaluation of an Employee Performance Appraisal Insight Repor...Development and Evaluation of an Employee Performance Appraisal Insight Repor...
Development and Evaluation of an Employee Performance Appraisal Insight Repor...IRJET Journal
 
Employees Data Analysis by Applied SPSS
Employees Data Analysis by Applied SPSSEmployees Data Analysis by Applied SPSS
Employees Data Analysis by Applied SPSSijtsrd
 
IRJET - Stock Recommendation System using Machine Learning Approache
IRJET - Stock Recommendation System using Machine Learning ApproacheIRJET - Stock Recommendation System using Machine Learning Approache
IRJET - Stock Recommendation System using Machine Learning ApproacheIRJET Journal
 
IRJET- Overview of Forecasting Techniques
IRJET- Overview of Forecasting TechniquesIRJET- Overview of Forecasting Techniques
IRJET- Overview of Forecasting TechniquesIRJET Journal
 
IRJET- Information Reterival of Text-based Deep Stock Prediction
IRJET-  	  Information Reterival of Text-based Deep Stock PredictionIRJET-  	  Information Reterival of Text-based Deep Stock Prediction
IRJET- Information Reterival of Text-based Deep Stock PredictionIRJET Journal
 
IRJET- Opinion Mining and Sentiment Analysis for Online Review
IRJET-  	  Opinion Mining and Sentiment Analysis for Online ReviewIRJET-  	  Opinion Mining and Sentiment Analysis for Online Review
IRJET- Opinion Mining and Sentiment Analysis for Online ReviewIRJET Journal
 
STOCK MARKET ANALYZING AND PREDICTION USING MACHINE LEARNING TECHNIQUES
STOCK MARKET ANALYZING AND PREDICTION USING MACHINE LEARNING TECHNIQUESSTOCK MARKET ANALYZING AND PREDICTION USING MACHINE LEARNING TECHNIQUES
STOCK MARKET ANALYZING AND PREDICTION USING MACHINE LEARNING TECHNIQUESIRJET Journal
 
Investment Portfolio Risk Manager using Machine Learning and Deep-Learning.
Investment Portfolio Risk Manager using Machine Learning and Deep-Learning.Investment Portfolio Risk Manager using Machine Learning and Deep-Learning.
Investment Portfolio Risk Manager using Machine Learning and Deep-Learning.IRJET Journal
 
AM   What is a common size income statement, it is the presentat.docx
AM   What is a common size income statement, it is the presentat.docxAM   What is a common size income statement, it is the presentat.docx
AM   What is a common size income statement, it is the presentat.docxdaniahendric
 
IRJET- Stock Market Prediction using Financial News Articles
IRJET- Stock Market Prediction using Financial News ArticlesIRJET- Stock Market Prediction using Financial News Articles
IRJET- Stock Market Prediction using Financial News ArticlesIRJET Journal
 
Performance Measurement of Individual Manufacturing Firm Under Fuzzy Performa...
Performance Measurement of Individual Manufacturing Firm Under Fuzzy Performa...Performance Measurement of Individual Manufacturing Firm Under Fuzzy Performa...
Performance Measurement of Individual Manufacturing Firm Under Fuzzy Performa...IRJET Journal
 
Enterprise resource-planning
Enterprise resource-planningEnterprise resource-planning
Enterprise resource-planningIjcem Journal
 

Similar to Graphical Analysis of Simulated Financial Data using R: An R-Based Tool for Financial Analysis (20)

IRJET - Forecasting Stock Market Movement Direction using Sentiment Analysis ...
IRJET - Forecasting Stock Market Movement Direction using Sentiment Analysis ...IRJET - Forecasting Stock Market Movement Direction using Sentiment Analysis ...
IRJET - Forecasting Stock Market Movement Direction using Sentiment Analysis ...
 
IRJET-Fake Product Review Monitoring
IRJET-Fake Product Review MonitoringIRJET-Fake Product Review Monitoring
IRJET-Fake Product Review Monitoring
 
Review on Sentiment Analysis on Customer Reviews
Review on Sentiment Analysis on Customer ReviewsReview on Sentiment Analysis on Customer Reviews
Review on Sentiment Analysis on Customer Reviews
 
IRJET - An Overview of Machine Learning Algorithms for Data Science
IRJET - An Overview of Machine Learning Algorithms for Data ScienceIRJET - An Overview of Machine Learning Algorithms for Data Science
IRJET - An Overview of Machine Learning Algorithms for Data Science
 
Determination of Optimum Parameters Affecting the Properties of O Rings
Determination of Optimum Parameters Affecting the Properties of O RingsDetermination of Optimum Parameters Affecting the Properties of O Rings
Determination of Optimum Parameters Affecting the Properties of O Rings
 
Determination of Optimum Parameters Affecting the Properties of O Rings
Determination of Optimum Parameters Affecting the Properties of O RingsDetermination of Optimum Parameters Affecting the Properties of O Rings
Determination of Optimum Parameters Affecting the Properties of O Rings
 
Twitter Sentiment Analysis
Twitter Sentiment AnalysisTwitter Sentiment Analysis
Twitter Sentiment Analysis
 
Development and Evaluation of an Employee Performance Appraisal Insight Repor...
Development and Evaluation of an Employee Performance Appraisal Insight Repor...Development and Evaluation of an Employee Performance Appraisal Insight Repor...
Development and Evaluation of an Employee Performance Appraisal Insight Repor...
 
Employees Data Analysis by Applied SPSS
Employees Data Analysis by Applied SPSSEmployees Data Analysis by Applied SPSS
Employees Data Analysis by Applied SPSS
 
IRJET - Stock Recommendation System using Machine Learning Approache
IRJET - Stock Recommendation System using Machine Learning ApproacheIRJET - Stock Recommendation System using Machine Learning Approache
IRJET - Stock Recommendation System using Machine Learning Approache
 
IRJET- Overview of Forecasting Techniques
IRJET- Overview of Forecasting TechniquesIRJET- Overview of Forecasting Techniques
IRJET- Overview of Forecasting Techniques
 
IRJET- Information Reterival of Text-based Deep Stock Prediction
IRJET-  	  Information Reterival of Text-based Deep Stock PredictionIRJET-  	  Information Reterival of Text-based Deep Stock Prediction
IRJET- Information Reterival of Text-based Deep Stock Prediction
 
14.balanced scorecard-case-study
14.balanced scorecard-case-study14.balanced scorecard-case-study
14.balanced scorecard-case-study
 
IRJET- Opinion Mining and Sentiment Analysis for Online Review
IRJET-  	  Opinion Mining and Sentiment Analysis for Online ReviewIRJET-  	  Opinion Mining and Sentiment Analysis for Online Review
IRJET- Opinion Mining and Sentiment Analysis for Online Review
 
STOCK MARKET ANALYZING AND PREDICTION USING MACHINE LEARNING TECHNIQUES
STOCK MARKET ANALYZING AND PREDICTION USING MACHINE LEARNING TECHNIQUESSTOCK MARKET ANALYZING AND PREDICTION USING MACHINE LEARNING TECHNIQUES
STOCK MARKET ANALYZING AND PREDICTION USING MACHINE LEARNING TECHNIQUES
 
Investment Portfolio Risk Manager using Machine Learning and Deep-Learning.
Investment Portfolio Risk Manager using Machine Learning and Deep-Learning.Investment Portfolio Risk Manager using Machine Learning and Deep-Learning.
Investment Portfolio Risk Manager using Machine Learning and Deep-Learning.
 
AM   What is a common size income statement, it is the presentat.docx
AM   What is a common size income statement, it is the presentat.docxAM   What is a common size income statement, it is the presentat.docx
AM   What is a common size income statement, it is the presentat.docx
 
IRJET- Stock Market Prediction using Financial News Articles
IRJET- Stock Market Prediction using Financial News ArticlesIRJET- Stock Market Prediction using Financial News Articles
IRJET- Stock Market Prediction using Financial News Articles
 
Performance Measurement of Individual Manufacturing Firm Under Fuzzy Performa...
Performance Measurement of Individual Manufacturing Firm Under Fuzzy Performa...Performance Measurement of Individual Manufacturing Firm Under Fuzzy Performa...
Performance Measurement of Individual Manufacturing Firm Under Fuzzy Performa...
 
Enterprise resource-planning
Enterprise resource-planningEnterprise resource-planning
Enterprise resource-planning
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxvipinkmenon1
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEroselinkalist12
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfme23b1001
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 

Recently uploaded (20)

GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptx
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdf
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 

Graphical Analysis of Simulated Financial Data using R: An R-Based Tool for Financial Analysis

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1718 Graphical Analysis of Simulated Financial Data using R Shubhi Gangele1, Pamila Koli2, Prof.Nilima Nikam3 Dept. of Computer Engineering, YTIET, Chandhai, Karjat-410201. --------------------------------------------------------------------***--------------------------------------------------------------------- Abstract-We have particularly seen in case of Indian markets that they are not efficient. When a good event or bad event happens, the market valuation of a particular product or company is slow to respond. It may take from hours to days for the market price to reach its actual valuation. Even with publicly available information like financial sheets, there seems to be an delay in market adjusting to the actual valuation of the company. Keeping this in mind we have developed a tool which would calculate basic financial ratios to help investors realize the market value of the company with publicly available information.Two of the tools we have developed are DuPont analysis on financial data available from a company in London. Similar we have developed ANOVA analysis on simulated data.Our simulation can generate random numbers in huge amounts & then perform a analysis on it.The following paper demonstrates the process & rationale behind doing it. Key Words:Dupont analysis, Big data,R,Anova analysis. 1.Introduction Financial analysis refers to an assessment of the viability, stability and profitability of a business, sub- business or project. It is performed by professionals who prepare reports using ratios that make use of information taken from financial statements and other reports. These reports are usually presented to top management as one of their bases in making business decisions. Financial Statements are used for a Multitude of Different Purposes.Readers of a financial statement are seeking to understand key facts about the performance and disposition of a business. For example, return on assets (ROA) is a common ratio used to determine how efficient a company is at using its assets and as a measure of profitability. This ratio could be calculated for several similar companies and compared as part of a larger analysis. 1.1 Graphical Analysis Graphical analytics is "the science of analytical reasoning facilitated by interactive visual interfaces." It can attack certain problems whose size, complexity, and need for closely coupled human and machine analysis may make them otherwise intractable.Visual analytics advances science and technology developments in analytical reasoning, interaction, data transformations and representations for computation and visualization, analytic reporting, and technology transition. As a research agenda, visual analytics brings together several scientific and technical communities from computer science, information visualization, cognitive and perceptual sciences, interactive design, graphic design, and social sciences. 1.2 About R Programming R and its libraries implement a wide variety of statistical and graphical techniques, including linear and nonlinear modeling, classical statistical tests, time-series analysis, classification, clustering, and others. R is easily extensible through functions and extensions, and the R community is noted for its active contributions in terms of packages. Many of R's standard functions are written in R itself, which makes it easy for users to follow the algorithmic choices made. For computationally intensive tasks, C, C++, and Fortran code can be linked and called at run time. Advanced users can write C, C++, Java, .NET or Python code to manipulate R objects directly. R is highly extensible through the use of user-submitted packages for specific functions or specific areas of study. Due to its S heritage, R has stronger object- oriented programming facilities than most statistical computing languages.Another strength of R is static graphics, which can produce quality graphs, including mathematical symbols. Dynamic and interactive graphics are available through additional packages. 2. Analytical Techniques 2.1 Dupont Analysis DuPont analysis is a method of performance measurement that was started by the DuPont Corporation in the 1920s. With this method, assets
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1719 are measured at their gross book value rather than at net book value to produce a higher return on equity (ROE). It is also known as DuPont identity. Return On Asset(ROE) is a closely-watched number among knowledgeable investors. It is a strong measure of how well a company's management creates value for its shareholders. The number can be misleading, however, as it is vulnerable to measures that increase its value while also making the stock more risky. Without a way of breaking down ROE components, investors could be duped into believing a company is a good investment when it's not. The asset turnover ratio is an efficiency ratio that measures a company's ability to generate sales from its assets by comparing net sales with average total assets. In other words, this ratio shows how efficiently a company can use its assets to generate sales. 2.2. Anova Analysis Analysis of variance (ANOVA) is an analysis tool used in statistics that splits the aggregate variability found inside a data set into two parts: systematic factors and random factors. The systematic factors have a statistical influence on the given data set, but the random factors do not. Analysts use the analysis of the variance test to determine the result independent variables have on the dependent variable amid a regression study. The two-way ANOVA compares the mean differences between groups that have been split on two independent variables (called factors). The primary purpose of a two-way ANOVA is to understand if there is an interaction between the two independent variables on the dependent variable. For example, you could use a two-way ANOVA to understand whether there is an interaction between gender and educational level on test anxiety amongst university students, where gender (males/females) and education level (undergraduate/postgraduate) are your independent variables, and test anxiety is your dependent variable. Alternately, you may want to determine whether there is an interaction between physical activity level and gender on blood cholesterol concentration in children, where physical activity (low/moderate/high) and gender (male/female) are your independent variables, and cholesterol concentration is your dependent variable. The interaction term in a two-way ANOVA informs you whether the effect of one of your independent variables on the dependent variable is the same for all values of your other independent variable (and vice versa). For example, is the effect of gender (male/female) on test anxiety influenced by educational level (undergraduate/postgraduate)? Additionally, if a statistically significant interaction is found, you need to determine whether there are any "simple main effects", and if there are, what these effects are.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1720 3.Methodology There some assumptions to do Two way ANOVA or we can say that these are the conditions for Two way ANOVA ● Assumption #1: Your dependent variable should be measured at the continuous level (i.e., they are interval or ratio variables). ● Assumption #2: Your two independent variables should each consist of two or more categorical, independent groups. ● Assumption #3: You should have independence of observations, which means that there is no relationship between the observations in each group or between the groups themselves. ● Assumption #4: There should be no significant outliers. Outliers are data points within your data that do not follow the usual pattern ● Assumption #5: Your dependent variable should be approximately normally distributed for each combination of the groups of the two independent variables. ● Assumption #6: There needs to be homogeneity of variances for each combination of the groups of the two independent variables. Step 1) Identify Hypothesis to be tested Step 2) Formula for calculation of SumofSquare(within) is: Y(ij) are the elements in the groups.Y‾(ij) is mean of combination Step 3) Calculate the df(within): df(within) = (r-1)*a*b = 3*2*3 = 18 Step 4)Calculate MeanSquare(within): MS(within) = SS(within)/df(within) = 38/18 = 2.1111 Step 5) Calculate F value F variable is the ratio of two independent chi-square variables divided by their respective degrees of freedom. The degrees of freedom for the numerator are the degrees of freedom for the between group (k- 1) and the degrees of freedom for the denominator are the degrees of freedom for the within group (N- k). 4. Conclusion Our study on simulated data & DuPont analysis have helped us to develop a sound understanding of how the financial ratios behave. The results from simulated data are not limited to Indian markets; can be applied on various markets & seen in the current stock market to determine how inefficient it is. We believe investors who will invest in long term portfolios will benefit from the methodology which we have proposed. REFERENCES [1] 2013 IEEE Third International Conference on Cloud and Green Computing. Available at: http://ieeexplore.ieee.org/abstract/document/6686088/ ?reload=true [2] Improving Decision Making in the World of Big Data. Available at:
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1721 http://www.forbes.com/sites/christopherfrank/2012/03 /25/improvingdecision-making-in-the-world-of-big-data/ [Access Date: August 11, 2013] [3] How Big Is Facebook’s Data? Available at: http://techcrunch.com/2012/08/22/how-big-is- facebooks-data-2-5- billion-pieces-of-content-and-500-terabytes-ingested- every-day/ [AccessDate: August 11, 2013] [4] Big Data Makes a Big Difference in Marketing. Available at: http://www.spiral16.com/blog/2012/09/big-data- makes-a-big-difference- in-marketing/ [Access Date: August 11, 2013] [5] Unleash the power of open source R. Available at: http://www.revolutionanalytics.com/what-is-open- source-r/ [AccessDate: August 11, 2013]