Displaying 20 results from an estimated 29 matches for "lillian".
Did you mean:
killian
2006 Feb 08
1
logLik == -Inf in gls
....526151 0.0000
lagcap1 0.0110994 0.0043669 2.541714 0.0117
lagcap2 -0.0088080 0.0041099 -2.143127 0.0332
Does anyone have any suggestions of how I can get a meaningful value for
logLik? Or some other way that I can compare models.
Thankyou for your help,
Lillian.
--
Lillian Sandeman
PhD Student
School of Biological Sciences
University of Aberdeen
AB24 2TZ
Tel.: 01224 272648
E-mail: l.sandeman at abdn.ac.uk
2007 Feb 21
0
GLS models - bootstrapping
Dear Lillian,
I tried to estimate parameters for time series regression using time
series bootstrapping as described on page 434 in Davison & Hinkley
(1997) - bootstrap methods and their application. This approach is based
on an AR process (ARIMA model) with a regression term (compare also with
page 41...
2020 Sep 15
0
[PATCH RFC v1 08/18] x86/hyperv: handling hypercall page setup for root
...the content over to the
> allocated page.
And we can't setup a new hypercall page by writing something different
to HV_X64_MSR_HYPERCALL, right?
>
> The suspend, resume and cleanup paths remain untouched because they are
> not supported in this setup yet.
>
> Signed-off-by: Lillian Grassin-Drake <ligrassi at microsoft.com>
> Signed-off-by: Sunil Muthuswamy <sunilmut at microsoft.com>
> Signed-off-by: Nuno Das Neves <nudasnev at microsoft.com>
> Co-Developed-by: Lillian Grassin-Drake <ligrassi at microsoft.com>
> Co-Developed-by: Sunil Muthu...
2020 Sep 15
0
[PATCH RFC v1 10/18] x86/hyperv: implement and use hv_smp_prepare_cpus
Wei Liu <wei.liu at kernel.org> writes:
> Microsoft Hypervisor requires the root partition to make a few
> hypercalls to setup application processors before they can be used.
>
> Signed-off-by: Lillian Grassin-Drake <ligrassi at microsoft.com>
> Signed-off-by: Sunil Muthuswamy <sunilmut at microsoft.com>
> Co-Developed-by: Lillian Grassin-Drake <ligrassi at microsoft.com>
> Co-Developed-by: Sunil Muthuswamy <sunilmut at microsoft.com>
> Signed-off-by: Wei Liu &...
2004 Dec 06
2
Missing Values
...rom Excel
via notepad into Word. Unfortunately, my data has many missing values. I
have put '.' and this allowed me to import the data into R. However, I
now want to interpolate these missing values. Please can someone give me
some pointers as to the method/code I could use?
Thankyou,
Lillian.
2006 Mar 29
1
Plotting shapefiles on existing maps
...r the sea:
contours<-read.shape("D://My Documents/BarentsSea.shp",dbf.data=T)
(This is in mercator projection).
Despite extensive searches of the help files and R site, I cannot find a
way to plot the contours onto the map. Does anyone have any suggestions?
Thankyou for you help,
Lillian.
--
Lillian Sandeman
PhD Student
School of Biological Sciences
University of Aberdeen
AB24 2TZ
Tel.: 01224 272648
E-mail: l.sandeman at abdn.ac.uk
2006 Mar 30
0
Converting shapefiles to use in contour plots
...a contour plot?**
I wish to add these contours onto a map (already coded using 'maps'
package) to map the sea contours with surrounding coastlines and answers
to my previous question (thankyou to everyone for that) seem to suggest
that using contour plot is the way to go.
Thankyou again,
Lillian.
--
Lillian Sandeman
PhD Student
School of Biological Sciences
University of Aberdeen
AB24 2TZ
Tel.: 01224 272648
E-mail: l.sandeman at abdn.ac.uk
2020 Sep 16
0
[PATCH RFC v1 06/18] x86/hyperv: allocate output arg pages if required
...ns as the root partition, it will need to make hypercalls
>> > > which return data from the hypervisor.
>> > >
>> > > Allocate pages for storing results when Linux runs as the root
>> > > partition.
>> > >
>> > > Signed-off-by: Lillian Grassin-Drake <ligrassi at microsoft.com>
>> > > Co-Developed-by: Lillian Grassin-Drake <ligrassi at microsoft.com>
>> > > Signed-off-by: Wei Liu <wei.liu at kernel.org>
>> > > ---
>> > > arch/x86/hyperv/hv_init.c | 45 +++++++...
2005 Sep 08
1
Time series ARIMAX and multivariate models
...ondly, I wish to start building multivariate time series models in R to
look at how fish condition (for several sizes of fish) is affected by
environmental factors and numbers of prey. It would be great if someone
could suggest what R packages/documentation would be useful to research?
Thankyou,
Lillian.
2020 Sep 15
0
[PATCH RFC v1 08/18] x86/hyperv: handling hypercall page setup for root
...RCALL, right?
>>
>
> My understanding is that we can't, but Sunil can maybe correct me.
>
>> >
>> > The suspend, resume and cleanup paths remain untouched because they are
>> > not supported in this setup yet.
>> >
>> > Signed-off-by: Lillian Grassin-Drake <ligrassi at microsoft.com>
>> > Signed-off-by: Sunil Muthuswamy <sunilmut at microsoft.com>
>> > Signed-off-by: Nuno Das Neves <nudasnev at microsoft.com>
>> > Co-Developed-by: Lillian Grassin-Drake <ligrassi at microsoft.com>
>&g...
2020 Sep 15
0
[PATCH RFC v1 06/18] x86/hyperv: allocate output arg pages if required
Wei Liu <wei.liu at kernel.org> writes:
> When Linux runs as the root partition, it will need to make hypercalls
> which return data from the hypervisor.
>
> Allocate pages for storing results when Linux runs as the root
> partition.
>
> Signed-off-by: Lillian Grassin-Drake <ligrassi at microsoft.com>
> Co-Developed-by: Lillian Grassin-Drake <ligrassi at microsoft.com>
> Signed-off-by: Wei Liu <wei.liu at kernel.org>
> ---
> arch/x86/hyperv/hv_init.c | 45 +++++++++++++++++++++++++++++----
> arch/x86/include/asm/ms...
2007 Jan 30
1
Error message when building a package
...=====================
One thing I can see from above is the message "/usr/bin/libtool: unknown
option character `m' in: -macosx_version_min", which I got when compiling
other c programs to be called by R.
How can I fix it or get around it? I appreciate your time and help very
much.
Lillian Yau
2020 Sep 15
0
[PATCH RFC v1 08/18] x86/hyperv: handling hypercall page setup for root
...that we can't, but Sunil can maybe correct me.
>> >
>> >> >
>> >> > The suspend, resume and cleanup paths remain untouched because they are
>> >> > not supported in this setup yet.
>> >> >
>> >> > Signed-off-by: Lillian Grassin-Drake <ligrassi at microsoft.com>
>> >> > Signed-off-by: Sunil Muthuswamy <sunilmut at microsoft.com>
>> >> > Signed-off-by: Nuno Das Neves <nudasnev at microsoft.com>
>> >> > Co-Developed-by: Lillian Grassin-Drake <ligrassi...
2007 Aug 02
1
Xyplot - adding model lines to plotted points
...64122 1977 1
5 22 2 27.73938 1978 1
6 31 3 36.64122 1977 1
7 34 3 36.64122 1977 1
8 28 2 27.73938 1978 1
9 23 2 27.73938 1978 1
10 24 2 27.73938 1978 1
11 25 2 27.73938 1978 1
Etc...
Any suggestions would be greatly appreciated,
Thankyou,
Lillian.
----------------------
Lillian Sandeman
PhD Student
Zoology Building
University of Aberdeen
Tillydrone Avenue
Aberdeen
Scotland
AB24 2TZ
Tel.: +44 (0)1224 272395
E-mail: l.sandeman at abdn.ac.uk
2020 Sep 15
0
[PATCH RFC v1 09/18] x86/hyperv: provide a bunch of helper functions
Wei Liu <wei.liu at kernel.org> writes:
> They are used to deposit pages into Microsoft Hypervisor and bring up
> logical and virtual processors.
>
> Signed-off-by: Lillian Grassin-Drake <ligrassi at microsoft.com>
> Signed-off-by: Sunil Muthuswamy <sunilmut at microsoft.com>
> Signed-off-by: Nuno Das Neves <nudasnev at microsoft.com>
> Co-Developed-by: Lillian Grassin-Drake <ligrassi at microsoft.com>
> Co-Developed-by: Sunil Muthu...
2018 Sep 29
0
email Server for CentOS 7
...or some other provider. Running a mail
server properly is one of the more difficult tasks and quite often not
worth the time and trouble, especially if one is asking about it on a
list such as this.
John
--
Since when do we have to agree with people to defend them from injustice?
-- Lillian Hellman (1905-1984), American playwright
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.centos.org/pipermail/centos/attachments/20180929/e19c536f/attachment-0...
2005 Sep 14
0
adf test and cross-correlation with missing values
...se suggest any suitable functions in R to check for
stationarity and to look at cross-correlation when NAs are present in a
time series (and also, which packages these would be in) - or, do I have
to interpolate the missing values first in order to perform these tests on
my time series?
Thankyou,
Lillian.
2006 Oct 02
0
GLS models - bootstrapping
...picks up a little of this variation].
Any help as to how to proceed with this would be greatly appreciated, as I
cannot find anything applicable on the R pages. Alternatively, if there
is another method to proceed with this (other than bootstrapping), I would
also be happy to try it.
Thankyou,
Lillian.
2009 May 05
0
Time series ARIMAX and multivariate models
Dear Lillian,
I would request you if you provide me the knowledge of how build ARIMAX model in R? It would be great help for me.
Thanks
Ramanath
[[alternative HTML version deleted]]
2007 Mar 29
1
Reports?
On the ReportsAndReporting wiki page, the sample shows running
puppetmasterd with tagmail, daily, and security reports, but the available
reports section below only talks about tagmail and rrdgraph. Can someone
add some info on the daily and security as I''m not familiar with these?