Displaying 20 results from an estimated 51 matches for "sunspots".
Did you mean:
sunspot
2004 Sep 01
1
sunspot data in R 2.0.0
...nd 'sunspot.year' are available
separately but not via data(sunspot) (which is used by package
lattice to retrieve a dataset 'sunspot').
Now, the 'sunspot' dataset included in lattice was actually a mistake, I
realized later that I instead wanted the 'sunspots' data from base,
which is currently used in example(xyplot). (Even more recently, I
realized that I actually want sunspot.year.)
Would it make any difference if I removed the 'sunspot' data from
lattice? I don't think anyone is going to miss it.
Deepayan
2003 Jun 09
1
Questions for package ts prediction
Dear helpers,
I am trying to write a function to return prediction values using
package ts. I have written three different versions since I am not sure
what's wrong with my func2. func and func1 return the same results.But
func1 and func2 don't. In particular, the only difference between
"func1" and "func2" is the function variable name being y and data,
respectively.
2007 Sep 07
5
unable to add IP address to eth0:0 eth0:1 etc
Hi all,
I need to (quickly!grrr) update IP addresses for which a given machine
will answer.
I did this:
/sbin/ifconfig eth0:0 xx.xx.xx.10 netmask 255.255.255.0
/sbin/ifconfig eth0:1 xx.xx.xx.11 netmask 255.255.255.0
/sbin/ifconfig eth0:2 xx.xx.xx.30 netmask 255.255.255.0
/sbin/ifconfig eth0:3 xx.xx.xx.31 netmask 255.255.255.0
/sbin/ifconfig eth0:4 xx.xx.xx.13 netmask 255.255.255.0
2011 Dec 02
20
Need Some Guides on Solr with Rails.
Hi Everyone,
I am pretty new to Rails. I have very little idea about everything. But
for my new project i have been asked to do some research on Solr search
and implement it on Rails. Please provide me some link on tutorials and
guides about Solr on Rails. Trouble is... have to do it by tomorrow.
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are
2002 Nov 15
1
lattice: formatting tickmark labels of log scaled axes
Problem:
How can I format tickmark labels of log scaled axes of lattice
graphics in the usual `xxx'-Format (and not in the scientific
format).
Example:
(according to the help-page of xyplot):
In the first plot I get the xxx-Format,
in the second plot I get the scientific format (10^xxx):
data(sunspot)
plot( 1:37, sunspot, log='y',type='l')
xyplot( sunspot ~ 1:37,
2012 Apr 20
0
How to configure morethan one solr cores in sunspot.yml in same environment
Hi am using rails 2.x and outoftime-sunspot gems
I want to use morethan one solr cores and using sunspot in my
application
How to configure morethan one cores in sunspot.yml
let''s assume
Model1 using core1
Model2 using core2
How to configure them in my application
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups
2013 Jan 25
4
Usage of ram for Sunspot Search engine
Hi all,
I am using Sunspot Search Engine in my app. When I deployed my app in
production It it bit slower side.
My Server Details:
ram 256
Ubuntu 11.10
How can I check why my app is slow in production can any one help me out to
solve this issue.
Cheers,
Kp
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this
2007 Aug 05
2
New CentOS DNS Server woes
Hi folks,
I've put my new DNS server in place, told the primary that this IP would
be pulling zones and restarted BIND on the primary.
I configured my named.conf file to pull zones from the primary, started
BIND on the new box. Here's where I get confused
++++++++++++++++++++++++
[root at sunspot etc]# /etc/init.d/named status
number of zones: 169
debug level: 0
xfers running: 0
xfers
2007 Aug 16
1
SELinux questions, upon restarting BIND
Hi all,
On my newly up-and-running nameserver (CentOS 5), I noticed the
following alerts in /var/log/messages after restarting BIND. (lines
inserted to aid in reading).
As I'm new to SELinux, I'm hoping for some pointers on 1) if this is an
issue which simply *must* be addressed, or if it's something I should
live with, and 2) how to eliminate the warming messages without
sacrificing
2005 Feb 02
4
(no subject)
...US State Facts and Figures
state.name (state) US State Facts and Figures
state.region (state) US State Facts and Figures
state.x77 (state) US State Facts and Figures
sunspot.month Monthly Sunspot Data, 1749-1997
sunspot.year Yearly Sunspot Data, 1700-1988
sunspots Monthly Sunspot Numbers, 1749-1983
swiss Swiss Fertility and Socioeconomic Indicators
(1888) Data
treering Yearly Treering Data, -6000-1979
trees Girth, Height and Volume for Black Cherry...
2010 Mar 18
2
multiple print commands in win.metafile()
...pos,
type = "a",
auto.key =
list(space = "right", points = FALSE, lines = TRUE))
p2 <- xyplot(sunspot.year ~ 1700:1988, xlab = "", type = "l",
scales = list(x = list(alternating = 2)),
main = "Yearly Sunspots")
print(p1, split=c(1,1,2,1), more=TRUE)
print(p2, split=c(2,1,2,1))
dev.off()
Can anyone help please, thanks,
Kim
[[alternative HTML version deleted]]
2010 Oct 03
5
How to iterate through different arguments?
If I have a model line = lm(y~x1) and I want to use a for loop to change the
number of explanatory variables, how would I do this?
So for example I want to store the model objects in a list.
model1 = lm(y~x1)
model2 = lm(y~x1+x2)
model3 = lm(y~x1+x2+x3)
model4 = lm(y~x1+x2+x3+x4)
model5 = lm(y~x1+x2+x3+x4+x5)...
model10.
model_function = function(x){
for(i in 1:x) {
}
If x =1, then the list
2006 Mar 14
1
VAR
Hello!
I'm trying to forecast the UK exchange rate. To estimate my model I use
ar() function. However, I can't get a forecast of the exchange rate
using the function forecast().
Regards,
Julija Kackina
[[alternative HTML version deleted]]
2009 Nov 18
1
Spectrum confidence interval
Dear useRs,
I'd like to plot a confidence interval on a periodogram. My problem is
that spec.pgram(sunspots,ci=0.95,log="yes") gives me a blue error bar on
the plot, but spec.pgram(sunspots,ci=0.95,log="no") does not. My
questions are:
1. how should I plot the confidence interval with log="no"?
2. how should I get the min and max values of the confidence interval?
Many tha...
2007 Aug 17
2
repost: SELinux questions, upon restarting BIND
As this remains an issue for me, I'm reposting. Please forgive the redundancy, but I've been unable to find the answer and am hoping for some guidance.
Thanks in advance,
~Ray
==========Original Posts follow==========
(full output is in the original thread)
Ray Leventhal wrote:
> > Hi all,
> >
> > On my newly up-and-running nameserver (CentOS 5), I noticed the
>
2007 Aug 22
5
BIND issues, server not responding
Hi all,
My CentOS 5 nameserver is seemingly unable to be queried by anything but
itself (localhost, 127.0.0.1). From any other machine, including the
primary which *does* transfer zone files correctly to this machine
(which is secondary), requests time out.
I've put SELinux into permissive mode, so I don't think that's an issue.
/var/named/chroot/etc/named.conf begins thus:
1999 Jul 27
3
Preliminary version of ts package
...tting and forecasting.
Datasets in base R:
------------------
airmiles Passenger-Miles on US Airlines 1937-1960
co2 Moana Loa Atmospheric CO2 Concentrations
nhtemp Yearly Average Temperatures in New Haven CT
presidents Quarterly Approval Ratings for US Presidents
sunspots Monthly Mean Relative Sunspot Numbers
uspop Populations Recorded by the US Census
Datasets in package ts:
----------------------
accdeaths US accidental deaths 1973-8
beaver1 time series of body temperatures of two beavers
beaver2
deaths time-series on UK lung deat...
2007 May 29
0
Function tsmooth
Hi,
Assume that we may model the Nottingham temperature data (nottem) or Sunspot
data (sunspot) set by a nonparametric autoregressive model of the form
Yt = m(Yt-1) + et.
Using the kernel estimation method, produce the resulting plots. We may use
the fucntion
tsmooth(x,y,"notmal",bandwidth=0.01).
How can i define x and y using data nottem and sunspot?
1999 Jul 08
1
new time series package available
Fritz just put the first version of a new time series package to the
contrib section at CRAN.
The package is called "tseries.tgz" and provides a library for time
series analysis. It contains
acf Autocorrelation Function
adf.test Augmented Dickey-Fuller Test
amif Auto Mutual Information Function
bds.test BDS Test
1999 Jul 08
1
new time series package available
Fritz just put the first version of a new time series package to the
contrib section at CRAN.
The package is called "tseries.tgz" and provides a library for time
series analysis. It contains
acf Autocorrelation Function
adf.test Augmented Dickey-Fuller Test
amif Auto Mutual Information Function
bds.test BDS Test