Statistics
14 Questions
0 Answers
RANK
240,323
of 300,442
REPUTATION
0
CONTRIBUTIONS
14 Questions
0 Answers
ANSWER ACCEPTANCE
14.29%
VOTES RECEIVED
0
RANK
of 20,997
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 168,928
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
HELP!!! Trying to apply glm to my imported data. Can anyone help? Don't be put off by the code it is a generated script.
[~, ~, raw, dates] = xlsread('REMOVED\mortgagedata.xls','DATA','A2:X400','',@convertSpreadsheetExcelDates); raw(cellfun(@(x) ...
8 years ago | 0 answers | 0
0
answersQuestion
How to i refer to columns and rows from my imported data?
I imported data from Exel into matlab. I didn't import the headings of each row however I noticed it automatically named the col...
8 years ago | 1 answer | 0
1
answerQuestion
How do i applying GLM to imported Excel data for numerical and categorical data?
I have imported some data from Excel into Matlab. The heading of each row was not imported however in the workspace each column ...
8 years ago | 0 answers | 0
0
answersQuestion
How do i refer to a column in my imported data and how do i turn all the NaN's into 0's?
This is what I started: [numbers,string,raw]=xlsread('mortgagedata',2); now if I wanted to name each column x1, x2, x3,...x2...
8 years ago | 2 answers | 0
2
answersQuestion
Generalised Linear Modelling to analyse the customer retention characteristics of the mortgage portfolio
Given data/variables on mortgage holders at a specific bank, i.e(salary, postcode, account number, loan amount etc), how can I u...
8 years ago | 0 answers | 0
0
answersQuestion
Have I plotted the residuals(residual sum of squares) correctly. Because it looks suspiciously wrong :/ ?
y6=[2941, 2910, 2158, 2994, 2350, 2731, 2696, 2649, 2530, 2306, 2246, 2073, 1908, 1733, 1260, 1566, 1252, 1355, 1214, 1103, 11...
9 years ago | 1 answer | 0
1
answerQuestion
Why is my chi-squared distribution such a rubbish representation?Have I done something wrong?
I have data from 1994-2014 for births by mothers ages. I want to test the distribution for the Under20's mother ages. I have plo...
9 years ago | 1 answer | 0
1
answerQuestion
question on ANOVA?
I have some data for 6 different age groups looking at the population change from 1994 -2014. When doing the ANOVA analysis w...
9 years ago | 1 answer | 0
1
answerQuestion
What should my parameter be for the chi2pdf?
I created a histogram for my data which is scaled so i can compare a distribution to it. I compared few distributions and wanted...
9 years ago | 2 answers | 0
2
answersQuestion
HELP! check my coding please for histogram with overlay of normal distribution?
x=[23948,25977, 29136, 33815, 36435, 40591, 43243, 44691, 44805, 45509, 44830, 45094, 44236, 43467, 44189, 45846, 48375, 48285, ...
9 years ago | 0 answers | 0
0
answersQuestion
How can i create a distribution curve over a histogram.
suppose I have created a histogram: x=[2948,2577, 2936, 3385, 6435, 4591, 4243, 4491, 4485, 4509, 4480, 4594, 4436, 4347, 4419,...
9 years ago | 0 answers | 0
0
answersQuestion
create a histogram from my data
x=[23948 25977 29136 33815 36435 40591 43243 44691 44805 45509 44830 45094 44236 43467 44189 45846 48375 48285 46372 44667 419...
9 years ago | 2 answers | 0
2
answersQuestion
create a GUI for my basic script
This is my code n = 30000; R = zeros(n,3); for k=1:n R(k,:) = [poissrnd(0.0000407430680),poissrnd(0.000472626),poi...
9 years ago | 1 answer | 0
1
answerQuestion
sum up each column of my loop matlab
for i=[0:1:30000]; R=[poissrnd(0.0000407430680),poissrnd(0.000472626),poissrnd(0.002497495),poissrnd(0.996989136)]; ...
9 years ago | 1 answer | 0
