jacob Mitch
Followers: 0 Following: 0
Statistik
38 Fragen
0 Antworten
RANG
30.647
of 295.467
REPUTATION
1
BEITRÄGE
38 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
57.89%
ERHALTENE STIMMEN
0
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Monte Carlo simulation to calculate mean excess function
How do I calculate the true mean excess function together with the mean excess function with the monte carlo method, for i.i.d. ...
fast 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
mean excess function monte carlo simulation
If I have i.i.d random variables on U~(0,1) (a) Yi = Xi, and Mn = max{Y1,...,Yn} (b) Ui = 1/Xi, and Mn = max{U1,...,Un} I un...
fast 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Three state markov chain: plotting graphs
If I have a three state markov chain T=[2/3,0,1/3;1/4,3/4,0;1/3,0,2/3]; How would I get the quantity in the picture, and is it...
fast 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Random variables from uniform distribution
Hi, I'm relatively new to working with probability but is there anyway to do this in matlab. If I have Independent and identic...
fast 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
plot3: Time for one periodic orbit
If have x,y,z values as that form a periodic orbit (circle shape) when plotted is it possible to calculate the time it takes for...
fast 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Returning only positive values of a data set
If I a 3 row data set how would I return a new data set that only considers positive row 1 values for the first row so If Data...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Plotting points that pass through y for x,y,z coordinates
I have a Data file of 3 rows 20 columns with the first row being x, second being y, third being z Data=[0.345 0.343 0.341 0.339...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Using polyfit and polyval functions with data
I've been using the polyfit and polyval functions recently and I would like to approximate data between 2 vectors but I'm wonder...
etwa 5 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Plotting missing data in different colour
Im trying to plot prices as dots and my guess price nan values as different coloured dots. If I have. years=[1;2;3;4;5;6;7;8;...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Boundary conditions Partial differential equations
I'm trying to set boundary conditions according to https://uk.mathworks.com/help/matlab/ref/pdepe.html I have boundary conditio...
etwa 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Simulating Stochastic Differential equations
I am just learning about Stochastic differential equations if I have a SDE of dX(t) = -μ*X(t)*dt + σ*W(t) X0=x0>0 where W(t) i...
etwa 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Detecting change in sign of values of a column
If I a data file with 3 columns the first being the x cordinates second being the y cordinates and the third being the z. Data(...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Using Runge Kutta function to solve Rossler equations
I have created a runge kutta 4th order function by so
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Getting rid of data that does not meet conditions: Poincare section
If I have a data array where the first row corresponds to the x axis second to the y axis and third row to the z axis. I want t...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Deleting columns corresponding to time value
If I have a time axis of t=[0:1:4]; %time step 1 that corresponds to x,y,z data as an array where the first row is x second ...
etwa 5 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
how to call functions properly: Index in position 1 is invalid. Array indices must be positive integers or logical values.
I'm trying to work with multiple functions but I keep getting this error, its for the runge kutta method solving rossler equatio...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Using ODE45 to solve Rossler equations
The Rossler equations are defined as x'(t)=-x(t)-y(t) y'(t)=ax(t)+y(t) z'(t)=b+z(t)(x(t)-c) and I am trying to use ode45 to...
etwa 5 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Data: Interp1 spline and cubic method
Im just trying to figure out how I would use the Interp1 function with the spline method and the Interp1 withe cubic method for...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Summing data columns in a series
If I have a 2 data columns and I want to raise them to the power of K and sum the using sigma notation from k=1 to 10 how would...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Adding new column of data from loop
Say I have a loop running how would I create a new variable that holds the columns I want say. for .... v= %some code ...
etwa 5 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Using Polyfiti, Polyval, and plotting
say I have a data file with the first column being days and the second being prices. How would I go about creating an approximat...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Summation of vectors: use of sum function in loop
Say I have a a series %%(1/t)\sqrt{\sum_{k=1}^{s}(vector^t+vectortwo^t)^2}%% or (1/t)*sqrt of (sigma from t=1 to s) (vector^t+v...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Have I used polyfit/polyval correctly
I am just trying to get used to the polyfit and polyval function. My question says to use the polyfit and polyval functions to...
etwa 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Getting rid of built in vectorised function (Max)
I just wanted to see if its possible to get rid of max in the following whilst still producing the same result. A=[1,2,3,4,5,6...
etwa 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Getting rid of a for loop
If I have my code as function [value1, value2] = scope(input) c=1; x=length(input); for z=2:x if z...
etwa 5 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
Calculating ∆t from data set and plotting
If I have financial data with prices as the first column and I create an array of integers from 1 to the length of data to use a...
etwa 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Plotting prices as a function of time
Im trying to understand data from a data file. If I have d∆t(t) = x(t + ∆t) − x(t) , where ∆t is the trading days difference ...
etwa 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Plotting data as a function of time
I'm just trying to understand plotting prices as a function of time, if I have price data of prices in a column, say x=[1;2;3;4;...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Use fprintf for data from a table
if I have data from a mat file say 3 7 2005 30 %1st 3 columns are day month year print loss 1 4 2005 35 1 5 2005 24 2 6 20...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
converting Matlab plot example
The matlab example page provides which plots 1 value for the maxima and minima on a line graph I am trying to convert it but thi...
etwa 5 Jahre vor | 1 Antwort | 0