Displaying 20 results from an estimated 40 matches for "carma".
1999 Nov 27
0
lme
Doug,
I thought perhaps that you might be interested in the comparison of
lme to the results for the same models fitted by Richard Jones' carma
(I just wrote the R interface to his Fortran code). The code to run
the example from the lme help and for the equivalent with carma is in
the file below.
The two main differences in results are
1. the random coefficients covariance matrix is quite different
because lme takes the time origin as ze...
1997 Aug 21
2
R-alpha: thoughts on batch and fortran
...plot instruction, it stops with an error.
Fortran:
I think that, if .Fortran is to exist, then the full fortran library
(except I/O) should be available, not just those functions required by
the basic R. I am thinking in particular of the complex functions that
I require for Kalman filtering in carma (soon to be released as a
dynamic library). Having the full f2c library linked in (-lf2c, when it
works under Linux - see the recent comments of my son, Patrick) does
not take more space unless it is actually used because it is dynamic.
carma will not work without these functions so how can I relea...
1999 Sep 16
1
MS executables for my libraries
An executable version 0.6 of my libraries is now available at
www.luc.ac.be/~jlindsey/rcode.html
This works with MS R0.64.2 and appears possibly to work with R65.0.
There is a serious problem with the Fortran compiler as some of the
examples for elliptic and carma crash it. These same examples do not crash
R63.0 with the library executables of Jan 99. I am releasing this anyway
because of the numerous requests; everything else seems to work OK.
I know nothing about MS OS so please let me know of problems.
Thanks. Jim
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-...
2015 Mar 16
0
[PATCH 00/35 linux-next] constify of_device_id array
...| 2 +-
drivers/media/rc/ir-hix5hd2.c | 2 +-
drivers/media/rc/st_rc.c | 2 +-
drivers/mfd/hi6421-pmic-core.c | 2 +-
drivers/mfd/rk808.c | 2 +-
drivers/mfd/twl4030-power.c | 2 +-
drivers/misc/carma/carma-fpga-program.c | 2 +-
drivers/misc/carma/carma-fpga.c | 2 +-
drivers/misc/lis3lv02d/lis3lv02d_i2c.c | 2 +-
drivers/misc/lis3lv02d/lis3lv02d_spi.c | 2 +-
drivers/misc/sram.c | 2 +-
drivers/mmc/host/mmc_spi.c | 2 +-...
2015 Mar 16
0
[PATCH 00/35 linux-next] constify of_device_id array
...| 2 +-
drivers/media/rc/ir-hix5hd2.c | 2 +-
drivers/media/rc/st_rc.c | 2 +-
drivers/mfd/hi6421-pmic-core.c | 2 +-
drivers/mfd/rk808.c | 2 +-
drivers/mfd/twl4030-power.c | 2 +-
drivers/misc/carma/carma-fpga-program.c | 2 +-
drivers/misc/carma/carma-fpga.c | 2 +-
drivers/misc/lis3lv02d/lis3lv02d_i2c.c | 2 +-
drivers/misc/lis3lv02d/lis3lv02d_spi.c | 2 +-
drivers/misc/sram.c | 2 +-
drivers/mmc/host/mmc_spi.c | 2 +-...
2011 Dec 08
1
help about Hannan-Rissanen model selection
Dear all,
I am sorry , I have not enough English or I am fool to understand the
helping system
1- if someone has written the code for Hannan-Rissanen model selection in
ARMA models,
how can I find this R module or the code ?
2- I wrote the algorithm and the code for the Levy driven CARMA and COGARCH
models,
could anybody check or verify that I have done?
Best regards
yours sincerely
R-help@r-project.org,R-help-request@r-project.org,bioc-devel@r-project.org
[[alternative HTML version deleted]]
2002 Aug 19
1
install the SJava package on unix
...ATH
"/usr/local/lib/R/bin:/usr/local/lib:/usr/local/lib:/usr/ccs/lib:/usr/lib:/usr/local/lib:/usr/local/lib/gcc-lib/sparc-sun-solaris2.8/2.95.3:/usr/ccs/bin:/usr/openwin/lib:/usr/local/lib/R/library/SJava/libs:/usr/lib:/usr/local/lib/R/bin:/usr/local/lib/R/library/SJava/org/omegahat/Jars/:/opt/CARMA/lib:"
Could you please help me?
Thanks
Xavier
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "...
1999 Jul 26
0
: Repeated measurements data
I have repeated measures data (over time) for each of 40 individuals
with the number of observations per person varying greatly from 4 to
51. There are 578 measurements in total. There are no grouping
variables or other covariates.
I have been using the function carma in the library called growth to
fit a cubic polynomial in time with AR(1) serial correlation plus
measurement error. However, I have encountered a number of
problems:
1. Varying the initial estimates of the ARMA parameters results in
different fitted models and, in particular, the values of minu...
1999 Sep 20
0
growth library
I have placed a corrected executable of my growth library for
MS-Windows at
www.luc.ac.be/~jlindsey/rcode.html
This now runs Peter Mandeville's example for carma and the example for
elliptic from my docs.
This Fortran compiler is clearly having serious problems with small
double precision numbers that it sets exactly to zero. I have had to
put in checks for this. I have not had any similar problems with this
Fortran code on any other compiler on any platfo...
2000 Sep 13
0
HLM in R (fwd)
...age will fit most of these linear
> hierarchical models.
>
> There is code in Jim Lindsey's 'repeated' package (his page is linked from
> CRAN) for generalised linear models with random intercepts, but not, I
> think, for more general hierarchical structures.
In growth, carma does linear models with random coefficients and
elliptic does 2- and 3-level hierarchical models (random intercepts)
both also with the possibility of AR. Both use normal distribution
with normal random effects; elliptic also has elliptically-contoured
distributions (Student t and power exponential...
2001 Jun 27
2
irregular time series
Also after thorough reading of the help pages it is still not clear to me
how to treat irregular time series in R. Is there an object similar to
the "its" object of S-Plus ?
Thanks
Daniel Straumann
University of Copenhagen
Denmark
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read
2011 Dec 12
1
Lagged values problem requiring short solution time
...ny(abs(chg)>delta)) {
temp = sign(chg)*chg - delta
temp1=temp
temp1[chg>=(-delta)] = 0
temp1 = c(temp1[length(temp1)],temp1[-length(temp1)])
temp2 = temp
temp2[chg<=delta] = 0
y = y+temp1+temp2
chg = diff(c(y,y[1]))
}
#Solution vector:
y
Thank you,
Kevin
Kevin Ummel
CARMA Project Manager
Center for Global Development
[[alternative HTML version deleted]]
1997 Jul 31
1
R-alpha: More problems with R0.50.a1
...brary as shown by ldd on my
slackware linux 2.0.29 but does on RedHat linux 2.0.27. But with
slackware adding the -L/usr/lib just before -lf2c does include it. On
the other hand readline in the same directory is included both times.
(We need the f2c library for complex numbers in Richard Jones' carma
for kalman filtering which we are dynamically loading.)
2) matrix(2,nrow=3,ncol=3)[!is.na(matrix(2,nrow=3,ncol=3))]
gives a vector of nine 2's
if the matrix has row and column names, the vector has the 3 column
names completed with six NA names.
3) Robert's example on 'Environment str...
2000 Nov 08
3
state-space models and kalman filter
Hello again,
A different but related question to my last one:
Does anyone know if one can easily estimate state-space models
using ML and the kalman filter using R? I would be especially
interested in a relatively flexible function that would allow for
estimation
of hyperparameters, or could be made to do so.
Thanks
Michael J. Roberts
Resource Economics Division, PMT
USDA-ERS
202-654-5557
2009 Sep 23
5
Fortran vs R
Hello R users,
I have a basic "computer programing" question. I am a student
currently taking a course that uses Fortran as the main programming
language, but the instructors are open to students using any language
they are familiar with. I have used R previously, and am wondering if
there is any benefit to my learning Fortran, or whether I should stick
with R for this class. Any
2012 Aug 30
0
[PATCH 11/11] vmci_headers.patch: VMCI kernel driver public API.
...vmci_api.h
create mode 100644 include/linux/vmw_vmci_defs.h
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index 2661f6e..fe38c7a 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -517,4 +517,5 @@ source "drivers/misc/lis3lv02d/Kconfig"
source "drivers/misc/carma/Kconfig"
source "drivers/misc/altera-stapl/Kconfig"
source "drivers/misc/mei/Kconfig"
+source "drivers/misc/vmw_vmci/Kconfig"
endmenu
diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile
index 456972f..21ed953 100644
--- a/drivers/misc/Makefile
+++ b/driv...
2012 Aug 30
0
[PATCH 11/11] vmci_headers.patch: VMCI kernel driver public API.
...vmci_api.h
create mode 100644 include/linux/vmw_vmci_defs.h
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index 2661f6e..fe38c7a 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -517,4 +517,5 @@ source "drivers/misc/lis3lv02d/Kconfig"
source "drivers/misc/carma/Kconfig"
source "drivers/misc/altera-stapl/Kconfig"
source "drivers/misc/mei/Kconfig"
+source "drivers/misc/vmw_vmci/Kconfig"
endmenu
diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile
index 456972f..21ed953 100644
--- a/drivers/misc/Makefile
+++ b/driv...
2013 Sep 05
0
[PATCH RESEND v3 1/7] Intel MIC Host Driver for X100 family.
...nformation about the silicon stepping for an Intel
+ MIC device. For example - "A0" or "B0"
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index 8dacd4c..e760715 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -537,4 +537,5 @@ source "drivers/misc/carma/Kconfig"
source "drivers/misc/altera-stapl/Kconfig"
source "drivers/misc/mei/Kconfig"
source "drivers/misc/vmw_vmci/Kconfig"
+source "drivers/misc/mic/Kconfig"
endmenu
diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile
index c235d5b..0b7ea3e...
2013 Aug 08
0
[PATCH v2 1/7] Intel MIC Host Driver for X100 family.
...nformation about the silicon stepping for an Intel
+ MIC device. For example - "A0" or "B0"
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index c002d86..09fcca9 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -536,4 +536,5 @@ source "drivers/misc/carma/Kconfig"
source "drivers/misc/altera-stapl/Kconfig"
source "drivers/misc/mei/Kconfig"
source "drivers/misc/vmw_vmci/Kconfig"
+source "drivers/misc/mic/Kconfig"
endmenu
diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile
index c235d5b..0b7ea3e...
2013 Jul 25
0
[PATCH 1/5] Intel MIC Host Driver for X100 family.
...x100.c
create mode 100644 drivers/misc/mic/host/mic_x100.h
create mode 100644 include/uapi/linux/mic_common.h
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index c002d86..09fcca9 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -536,4 +536,5 @@ source "drivers/misc/carma/Kconfig"
source "drivers/misc/altera-stapl/Kconfig"
source "drivers/misc/mei/Kconfig"
source "drivers/misc/vmw_vmci/Kconfig"
+source "drivers/misc/mic/Kconfig"
endmenu
diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile
index c235d5b..0b7ea3e...