Displaying 20 results from an estimated 1000 matches similar to: "Configure specific nmbd response"
2007 Aug 14
0
'fda' 1.2.2 is now available on CRAN.
The fda package supports "Functional Data Analysis" and "Applied
Functional Data Analysis" by Bernard Silverman and James Ramsay.
Functional data analysis, which lots of us like to call "FDA", is
about the analysis of information on curves or functions. FDA is a
collection statistical techniques for answering questions like, "What
are the main ways in which the
2007 Aug 14
0
'fda' 1.2.2 is now available on CRAN.
The fda package supports "Functional Data Analysis" and "Applied
Functional Data Analysis" by Bernard Silverman and James Ramsay.
Functional data analysis, which lots of us like to call "FDA", is
about the analysis of information on curves or functions. FDA is a
collection statistical techniques for answering questions like, "What
are the main ways in which the
2002 May 14
1
Functional Data Analysis
Hi,
is there support (i.e. packages or similar) in R for functional data
analysis as suggested by Ramsay (1982) and Besse and Ramsay (1986)?
Cheers
Roland
--
E-Mail : Roland.Goecke at ieee.org
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or
2007 Aug 22
1
IRT model nonparametric from Ramsay in R
Hi:
I need to apply the IRT model from Ramsay (1991), He apply the Smoothing Kernel to multiple choice test. Is possible in R?.
Thank you,
Xavier G. Ordonez
Doctoral Student
Universidad Complutense de Madrid
2007 Dec 07
0
fda, version 1.2.3
fda 1.2.3
========================
Version 1.2.3 of the fda package has just been released. This version adds to
previous versions a script to create most of the figures of chapter 6 of
"Applied Functional Data Analysis" by Ramsay and Silverman. Other changes
offer simpler calls to time warping / registration and functional principal
component functions.
The fda package supports the
2020 Nov 10
1
one thing to check
Hi, Jim:
Could you please look at svd2.Rd and see what it says? It may give
an example, where it gave a better answer than svd -- i.e., a marginal
case, where svd2 honestly gave a better answer than svd.
If we find -- either in svd2.Rd or in one of the revdepchecks -- an
example where svd2 gives a demonstrably different answer, we need to
consider what to do about that.
1.
2005 Jul 12
0
nmbd registering itself als DMB is not working
Hello everybody,
i'm just setting up a samba server as pdc with ldap backend.
everything but netbios works fine.
The system is called aadmt00 and is a pdc (virtual) and is bound to the ip 192.168.53.180
hgest3201:~ # ip addr list
1: lo: <LOOPBACK,UP> mtu 16436 qdisc noqueue
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 brd 127.255.255.255
2006 Oct 15
0
nmbd problems with secondary lo
When using the global options:
================================
interfaces = eth0, lo
bind interfaces only = Yes
hosts allow = 192.168.1. 127.
================================
and a secondary loopback address:
================================
~ # ip addr show dev lo
3: lo: <LOOPBACK,UP,10000> mtu 16436 qdisc noqueue
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet
2007 Mar 29
1
small bug in ansari.test
The help page for ansari.test() says (emphasis added):
By default (if exact is not specified), an exact p-value is computed if both
samples contain less than 50 finite values **and there are no ties**.
Otherwise, a normal approximation is used.
However, this does not appear to be the case in R 2.4.1 or R 2.5.0. In fact,
even
example(ansari.test)
produces a warning
Warning message:
2020 Jul 21
0
trivial typo in ?Matrix::sparse.model.matrix.Rd
On 2020-07-21 09:00, Martin Maechler wrote:
>>>>>> "AS" == Abby Spurdle
>>>>>> on Wed, 22 Jul 2020 00:28:12 +1200 writes:
> >> "No documentation for ?sparse.model.matrix? in
> >> specified packages and libraries", but it's there after
> >> "library(Ecfun)". I find that interesting,
2012 May 17
0
new version of fda fixes bug in pca.fd and supports library(Matrix)
Hello, All:
fda_2.2.8 (functional data analysis) is now available on CRAN. This
revision includes the following improvements:
1. A bug in pca.fd has been fixed.
2. Many functions have a new argument "returnMatrix", which if
TRUE allows the function to use the sparse matrix representations in
library(Matrix). This should allow users to solve some larger
2008 Dec 16
2
"could not find function" error in "R CMD check"
Hi, All:
What might cause "R CMD check" to report, "could not find
function" for a function that has long been in the 'fda' package?
Both Jim Ramsay in Ottawa, Canada, and I in San Jose, CA, get this
same error. I replicated it with a fresh, anonymous checkout from
R-Forge (svn checkout svn://svn.r-forge.r-project.org/svnroot/fda).
With this, I did
2020 Jan 23
2
matplot.Date & matplot.POSIXct
Hello, All:
????? Roughly a decade ago, I added "matplot.Date" and
"matplot.POSIXct" to the "fda" package, so we could get reasonable
labeling of the horizontal axis when "x" was class "Date" or "POSIXct".?
I also added a local version of "matplot.default" that just changes the
defaults for "xlab" and
2012 Apr 23
0
Solve an ordinary or generalized eigenvalue problem in R
This thread reveals that R has some holes in the solution of some of the linear algebra
problems that may arise. It looks like Jim Ramsay used a quick and dirty approach to the
generalized eigenproblem by using B^(-1) %*% A, which is usually not too successful due to
issues with condition of B and making a symmetric/Hermitian problem unsymmetric.
In short, the problem is stated as follows:
2008 Mar 06
0
[Invitation] VoIP Users Conference @ Fri Mar 7 12:00 - 13:00 ()
asterisk-users at lists.digium.com, you are invited to
Title: VoIP Users Conference
Time: Fri Mar 7 12:00 - 13:00 (Timezone: Paris)
Where: http://voipusersconference.org
Calendar:
Description: Every week we try to get guests with ideas, products and services you haven't had time to check out to come and talk about what they're doing.
Tomorrow, Pika Technologies will be with us.
2009 Oct 23
1
Functional data analysis - problems with smoothing
Hi all,
I'm having major issues with smoothing my functional data
I'm referring to Jim Ramsay's
examples in his books. The following error message keeps appearing,
despite all my data being numeric.... can anyone kindly offer any suggestions?
isi - vector of argument values - i.e. the independent variable of the curves
rlz - data array
TMSfdPar - functional data parameter.
>
2013 Sep 19
1
Vignette problem and CRAN policies
Hello, All:
The vignette with the sos package used "upquote.sty", required for R
Journal when it was published in 2009. Current CRAN policy disallows
"upquote.sty", and I've so far not found a way to pass "R CMD check"
with sos without upquote.sty.
I changed sos.Rnw per an email exchange with Prof. Ripley without
solving the problem; see below. The
2008 Mar 06
0
Tentative: [Invitation] VoIP Users Conference @ Fri Mar 712:00 - 13:00 ()
Please visit our family photo albums at http://www.photos.vanpeters.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080306/9c42cd2b/attachment.htm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: text/calendar
Size: 1524 bytes
Desc: not
2008 Mar 06
0
New Time Proposed: [Invitation] VoIP Users Conference @ Fri Mar 712:00 - 13:00 ()
------------------
New Meeting Time Proposed:
10 March 2010 12:00-13:00 (GMT+01:00) Brussels, Copenhagen, Madrid, Paris.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080306/df759d11/attachment.htm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type:
2008 Mar 06
2
VoIP Users Conference for Friday March 7th @ 12 Noon EST
Every week we try to get guests with ideas, products and services you
haven't had time to check out to come and talk about what they're
doing.
Tomorrow, Pika Technologies will be with us.
Friday, March 7that 12:00 PM (Eastern US) 9AM PST, 5PM GMT
*** Call (724) 444-7444 or SIP:123 at 66.212.134.192 ***
After the call connects, enter the conf: 22622# and your_PIN# (or 1#
if you