Displaying 20 results from an estimated 235 matches for "1948".
Did you mean:
1,48
2012 Jan 18
0
Time series questions
...ce between
gdp.ts <- ts(gdpdata$GDP, start=1947, end=2011, fr=4)
and
gdp2.ts <- ts(gdpdata$GDP, start=c(1947,1), end=c(2011,4), fr=4)
I get different outputs for time(gdp.ts) and time(gdp2.ts), and neither make
sense.
time(gdp.ts) gives me this:
Qtr1 Qtr2 Qtr3 Qtr4
1947 1947 1947 1948 1948
1948 1948 1948 1948 1949
1949 1949 1949 1950 1950
snip
2009 2009 2009 2010 2010
2010 2010 2010 2010 2011
2011 2011
time(gdp2.ts) gives me this:
Qtr1 Qtr2 Qtr3 Qtr4
1947 1947 1947 1948 1948
1948 1948 1948 1948 1949
1949 1949 1949 1950 1950
snip
2009 2009 2009 2010 2010
2010 20...
2011 Nov 01
7
[Bug 1948] New: ssh -f doesn't terminate when muxing connections.
https://bugzilla.mindrot.org/show_bug.cgi?id=1948
Bug #: 1948
Summary: ssh -f doesn't terminate when muxing connections.
Classification: Unclassified
Product: Portable OpenSSH
Version: 5.9p1
Platform: All
OS/Version: All
Status: NEW
Severity: normal...
2010 May 24
1
finding the best cubic spline fitting
Hi,
I am trying to fit cubic spline to a data on mortality rate by age and year
(1900-2008). The data is noisy and hence I would like to smooth using spline
and also extrapolate beyond 2008. Data from 1900 to 1948 are very unreliable
while data from 1948 to 2008 are reliable. I would like to have a higher
weight for data between 1948 to 2008. I am not sure how to do this. When I
smooth data from 1948 to 2008 I get sensible results for residual plots.
fitgam=gam(mortality~te(age,year, bs="cs"))
sum...
2014 Dec 03
0
CESA-2014:1948 Important CentOS 5 nss Security Update
CentOS Errata and Security Advisory 2014:1948 Important
Upstream details at : https://rhn.redhat.com/errata/RHSA-2014-1948.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
b8a799602864cd2f9352bcd442c0b4652ef4486b246d9baeff9e889ce51b9243 nss-3.16.2.3-1.el5_11.i386.r...
2014 Dec 04
0
CESA-2014:1948 Important CentOS 6 nss Security Update
CentOS Errata and Security Advisory 2014:1948 Important
Upstream details at : https://rhn.redhat.com/errata/RHSA-2014-1948.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
d44cbf6866b13f0e24e172d3438f5cbc96a60ba6f746695c52dbfe7fabc0d135 nss-3.16.2.3-3.el6_6.i686.rp...
2014 Dec 04
0
CESA-2014:1948 Important CentOS 7 nss Security Update
CentOS Errata and Security Advisory 2014:1948 Important
Upstream details at : https://rhn.redhat.com/errata/RHSA-2014-1948.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
76f765d7a7e36352a608ce19c8f48165ccbd3732122dada8984ad3a7779fb0af nss-3.16.2.3-2.el7_0.i686....
2012 Sep 07
1
[Bug 1948] ssh -f doesn't terminate when muxing connections.
https://bugzilla.mindrot.org/show_bug.cgi?id=1948
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |2035
--- Comment #6 from Damien Miller <djm at mindrot.org>...
2013 Mar 07
1
[Bug 1948] ssh -f doesn't terminate when muxing connections.
https://bugzilla.mindrot.org/show_bug.cgi?id=1948
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |2076
--
You are receiving this mail because:
You are watching th...
2013 Jul 25
1
[Bug 1948] ssh -f doesn't terminate when muxing connections.
https://bugzilla.mindrot.org/show_bug.cgi?id=1948
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |2130
--- Comment #9 from Damien Miller <djm at mindrot.org>...
2014 Dec 04
0
CentOS-announce Digest, Vol 118, Issue 3
...p' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of CentOS-announce digest..."
Today's Topics:
1. CESA-2014:1948 Important CentOS 5 nss Security Update
(Johnny Hughes)
2. CESA-2014:1919 Critical CentOS 5 firefox Security Update
(Johnny Hughes)
3. CESA-2014:1924 Important CentOS 5 thunderbird Security Update
(Johnny Hughes)
4. CESA-2014:1919 Critical CentOS 6 firefox Security Update...
2015 Mar 02
0
[Bug 1948] ssh -f doesn't terminate when muxing connections.
https://bugzilla.mindrot.org/show_bug.cgi?id=1948
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks|2266 |
--- Comment #17 from Damien Miller <djm at mindrot.org> --...
2015 Mar 02
0
[Bug 1948] ssh -f doesn't terminate when muxing connections.
https://bugzilla.mindrot.org/show_bug.cgi?id=1948
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |2360
--- Comment #18 from Damien Miller <djm at mindrot.org>...
2015 Jun 05
0
[Bug 1948] ssh -f doesn't terminate when muxing connections.
https://bugzilla.mindrot.org/show_bug.cgi?id=1948
--- Comment #19 from Damien Miller <djm at mindrot.org> ---
Created attachment 2645
--> https://bugzilla.mindrot.org/attachment.cgi?id=2645&action=edit
daemonise with when -f specified and not in ControlPersist mode
Maybe something as simple as this?
--
You are receiving this mai...
2015 Jun 05
0
[Bug 1948] ssh -f doesn't terminate when muxing connections.
https://bugzilla.mindrot.org/show_bug.cgi?id=1948
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks|2360 |
--- Comment #20 from Damien Miller <djm at mindrot.org> --...
2023 Jul 19
0
[Bug 1948] ssh -f doesn't terminate when muxing connections.
https://bugzilla.mindrot.org/show_bug.cgi?id=1948
Peter Chubb <peter.chubb at unsw.edu.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |peter.chubb at unsw.edu.au
--- Comment #21 from Peter Chubb...
2023 Jul 19
0
[Bug 1948] ssh -f doesn't terminate when muxing connections.
https://bugzilla.mindrot.org/show_bug.cgi?id=1948
--- Comment #22 from Peter Chubb <peter.chubb at unsw.edu.au> ---
The fix I propose is not to change the TTY settings if we're
daemonising.
It makes no sense to change terminal settings if we're detaching from
the terminal anyway.
--
You are receiving this mail because:
You are wat...
2023 Jul 19
0
[Bug 1948] ssh -f doesn't terminate when muxing connections.
https://bugzilla.mindrot.org/show_bug.cgi?id=1948
Peter Chubb <peter.chubb at unsw.edu.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|5.9p1 |9.3p1
--
You are receiving this mail because:
You are watc...
2023 Jul 27
0
[Bug 1948] ssh -f doesn't terminate when muxing connections.
https://bugzilla.mindrot.org/show_bug.cgi?id=1948
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution|--- |FIXED
-...
2010 May 06
1
question about rolling regressions
...ing R 2.11.0 on a Ubuntu machine. I have a time series data set and
want to run rolling regressions with it. Any suggestions would be useful.
Here are the details:
(1) I convert relevant variables into time series objects and compute first
differences:
vad <- ts(data$ALLGVA/data$GDPDEF, start=1948, frequency=1)
emp <- ts(data$ALLEMP, start=1948, frequency=1)
vad.dif1 <- diff(vad)
emp.dif1 <- diff(emp)
(2) I make a data set:
d <-
ts.union(emp.chng=emp.dif1,lag.emp.chng=lag(emp.dif1,-1),twolag.emp.chng=lag(emp.dif1,-2),
vad.chng=vad.dif1,lag.vad.chng=lag(vad.dif1,-1),twolag.vad....
2014 Feb 05
0
[Bug 1948] ssh -f doesn't terminate when muxing connections.
https://bugzilla.mindrot.org/show_bug.cgi?id=1948
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |2188
--- Comment #11 from Damien Miller <djm at mindrot.org>...