Displaying 20 results from an estimated 400 matches similar to: "Goodness of Fit for Copula"
2011 Nov 25
1
Copula Fitting Using R
Hi,
Is anybody using Copula package for fitting copulas to own data?
I have two marginals Log Normal with (parameters 1.17 and 0.76) and Gamma (
2.7 and 1.05)
Which package I should use to fit Gumbel and Clayton Copulas?
Thanks,
fayyad
[[alternative HTML version deleted]]
2011 Aug 08
0
GOF of Student's t copula
Hi all,
I need to test gof of 3-dimensional t copula for my trivariate observed
data set. So I used the command
t.cop <- tCopula(c(0.785,0.283,0.613),dim=3,dispstr="un",df=6,df.fixed =
TRUE)
where c(0.785,0.283,0.613) is the correlation pattern of my data with 0.785
pearson correlation between variable 1-2, 0.283 correlation between 1-3 and
0.613 is the correlation between variable
2012 Feb 06
0
Goodness of Fit for Archimedean Copulas
Dear All,
I'm now looking for R-code on how to find the Goodness of Fits for
Archimedean Copulas. If anyone have a guide for this problems please lets
me know.
Your prompt action is much appreciated.
Regards,
Ummul
[[alternative HTML version deleted]]
2012 Jul 12
0
Generate random numbers with nested Archimedean Copula
Hi everybody,
I try to simulate random numbers from a trivariate nested Archimedean
copula. My aim is to correlate two processes with, e.g. theta2, as the so
called child pair and then to correlate these two processes with a third one
with theta1 (parent). This "figure" tries to capture what I am explaining
theta1
theta2
2013 Nov 06
0
Goodness Of Fit for Nonparametric Copulas
Hi All,
Are there any package to check the GOF for nonparametric copulas using R?
Fayyad
[[alternative HTML version deleted]]
2011 Aug 07
0
Fitting t copula
I'm a new user of R and a novice user in copula R package.
I want to fit 3-dimensional t copula for my trivariate data. So I used the
command
t.cop <- tCopula(c(0.785,0.283,0.613),dim=3,dispstr="un",df=6,df.fixed =
TRUE)
where c(0.785,0.283,0.613) is the correlation pattern of my data with 0.785
pearson correlation between variable 1-2, 0.283 correlation between 1-3 and
0.613
2008 May 09
0
Log likelihood estimation using bivariate archimedean copula
Hi all,
I am trying to build a copula model using the Gumbel Copula and I have
two marginal distributions.I know the marginal parameters by using the
fitdistr() and optim().The problem is I dont know my copula parameter.
I am getting a bit confused of how shall I go about it.I read the
previous threads where the query was to estimate all the
parameters.How shall I define my log-likelihood
2017 Aug 06
1
Help with optim function in R, please?
Hi all,
Many thank in advance for helping me.? I tried to fit Expectation Maximization algorithm for mixture data. I must used one of numerical method to maximize my function.
I built my code but I do not know how to make the optim function run over a different value of the parameters.? That is,
For E-step I need to get the value of mixture weights based on the current (initial) values of
2009 Apr 27
1
MDL - Fayyad & Irani Discretization
Hey,
I'm looking for a function which provides a supervised Fayyad & Irani
discretization (MDL). I've already found RWeka which has such a
function. But is there anything else? I'd prefer to use sth lighter in
my own package.
Regards,
Peter
2012 Oct 19
1
quantile regression using copulas
Hi all,
Has anyone used the qua.regressCOP2 function from the copBasic package???
The default copula function used in this function is plackett copula and I
wanted to use archimedean copula. Attached below is my code:
mycop<-frankCopula
V=seq(0.001,0.99,by=0.000217)
R<-qua.regressCOP2(0.25,V,cop=mycop,para=c(3.504))
And this is the error I get:
Warning messages:
1: In
2023 Nov 07
1
Concordance and Kendall's tau in copula
Dear
I estimate a sample selection model using the Clayton copula and Burr
and Gaussian marginal. I need to derive ther Kendall'sw tau from the
concordance coefficient by integration. I came across a way to do that
in R long time ago but cannot find it again. Can somewone tell me what
to read and what to use? Thank you.
Steven Yen
2002 May 07
2
Discretization of numeric attributes
Dear R-helpers:
I am interested in discretization methods for numerical attributes, as they
are reported in the 'machine learning' community. For example, the work of
Fayyad & Irani (IJCAI-93), Kononenko, entropy-based approaches, MDL
principle, the C4.5 approach, etc. I am especially interested in those
methods that take a factor as goal target into account for discretizing
2007 Jul 03
1
Empirical copula in R
Hi,
I would like to implement the empirical copula in R, does anyone know if it
is included in a package? I know it is not in the "Copula" package. This one
only includes a gof-test based on the empirical copula process.
Thanks for your help!
Gregor
--
View this message in context: http://www.nabble.com/Empirical-copula-in-R-tf4018319.html#a11412335
Sent from the R help mailing list
2012 Oct 23
0
SPI using Nonparametric Approach
Dear r-users,
Any such a way that we can compute SPI using kernel function (nonparametric
approach) without assuming any parametric distributions?
Any existing package for above method using R?
Thank you for your help.
Fayyad
[[alternative HTML version deleted]]
2009 Aug 17
2
Newbie that don't understand R code
I got some R code that I don't understand.
Question as comment in code
//where is t comming from, what is phi inverse
rAC <- function(name, n, d, theta){
#generic function for Archimedean copula simulation
illegalpar <- switch(name,
clayton = (theta < 0),
gumbel = (theta < 1),
frank = (theta < 0),
BB9 = ((theta[1] < 1) | (theta[2] < 0)),
GIG = ((theta[2] < 0) |
2011 Aug 09
0
testing goodness of fit for t copula
Hi,
I'm a new user of R. I'm using package copula implemented in R. I want
to know how to test goodness of fit of student's t copula for 3
dimensional cases using real world data. In manual gof test has been
performed on the copula families generated from rcopula function that
i understood as random data generated from copula? How to perform the
test with real/observed data matrix.
2008 Jun 11
0
Goodness of fit tests for copula
How can i calculate the discrete L2 distance between the empirical copula and
the estimated one.
--
View this message in context: http://www.nabble.com/Goodness-of-fit-tests-for-copula-tp17779318p17779318.html
Sent from the R help mailing list archive at Nabble.com.
2017 Jun 22
0
3D plot with coordinates
Thanks. So after searching 4 hours last night it looks like that there is no R package that can do this right now. Any other ideas or suggestions might be helpful.RegardsAlex
On Wednesday, June 21, 2017 3:21 PM, Alaios via R-help <r-help at r-project.org> wrote:
Thanks Duncan for the replyI can not suppress anything these are radiation pattern measurements that are typically are
2006 May 12
3
Maximum likelihood estimate of bivariate vonmises-weibulldistribution
Thanks Dimitris!!! That's much clearer now. Still have a lot of work to
do this weekend to understand every bit but your code will prove very
useful.
Cheers,
Aziz
-----Original Message-----
From: Dimitrios Rizopoulos [mailto:Dimitris.Rizopoulos at med.kuleuven.be]
Sent: May 12, 2006 4:35 PM
To: Chaouch, Aziz
Subject: RE: [R] Maximum likelihood estimate of bivariate
2017 Jun 21
2
3D plot with coordinates
Thanks Duncan for the replyI can not suppress anything these are radiation pattern measurements that are typically are taken at X,Y and Z planes. See an example here, where I want to plot the measurements for the red, green and blue planes (so the image below withouth the 3d green structure inside)https://www.researchgate.net/publication/258391165/figure/fig7/AS:322947316240401 at