search for: decades

Displaying 20 results from an estimated 2031 matches for "decades".

Did you mean: decade
2005 Jun 14
2
ordinary polynomial coefficients from orthogonal polynomials?
How can ordinary polynomial coefficients be calculated from an orthogonal polynomial fit? I'm trying to do something like find a,b,c,d from lm(billions ~ a+b*decade+c*decade^2+d*decade^3) but that gives: "Error in eval(expr, envir, enclos) : Object "a" not found" > decade <- c(1950, 1960, 1970, 1980, 1990) > billions <- c(3.5, 5, 7.5, 13, 40) > #
2012 Mar 08
1
binning dates by decade for simulated data
I have a simulated matrix of dates that I generated from a probability function. Each column represents a single iteration. I would like to bin each run _separately_ by decades and dump them into a new matrix where each column is the length of all decades a single run with the number dates binned by decade. I have successfully done this for a single vector of dates, but not for a matrix: "dates" is a vector of observed data representing when certain trees est...
2011 Dec 12
2
Colours for sunflowerplot
Dear fellow R users, I would like to draw a "sunflowerplot" because I have data (decade by month) that plots multiple times on the same x-y co-ordinates. Further I would like to colour each of the points/sunflower leaves on the plot according to the group they belong to (i.e. which type of event each represents within that decade and month). I thought that this would be relatively
2005 Mar 23
0
agi script for german date / time
Hi, I wanted to say a date (and time) in german, but did not found a way to do this with sayunixtime, so I wrote this agi script. (I could switch to german, but it was not correct) be sure to use the sound files from: http://www.stadt-pforzheim.de/asterisk/dateien/ast_prompts_de.tgz (which are of very good quality) (only works from 2000 to 2019 (-:, which should be enough for the moment ) I
2008 Aug 10
0
C&C First Decade Installation Problem
Hi, I've been trying to install Command & Conquer First Decade on Ubuntu Hardy 8.04.1, but I'm running into a problem which prevents the installation from completing itself. I get a permission denied message when I attempt to autorun the CD, but the installer starts fine when I browse in the disc and click setup.exe. Everything seems to go fine until at the end of the installation
2010 Mar 31
1
ggplot2: Adding points to a density plot
Hi, Consider something like > library(ggplot2) > movies$decade <- round_any(movies$year, 10) > m <- qplot(rating,data=movies,colour=factor(decade),geom="density") > m (modified from "?stat_density"). I'd like to add on the line y=0 a dot for the median of each "decade" category (using the same colour coding as the "fill"). I'm
2008 Jun 06
1
Command & Conquer: The First Decade
Has anyone been able to get Command & Conquer: The First Decade working on wine?
2008 Jul 26
0
C&C: The First Decade games not working correctly
Hey all, Having a bit of trouble getting the Command and Conquer: The First Decade games to work. Basically, Renegade and Red Alert 2 both work. However, all remaining games don't. Tiberium Dawn complains that a CD is required. Generals, Zero Hour and Tiberian Sun, which is the game I most wanted to play, simply don't play. After opening the program in wine, the splash appears, then
2023 Jan 14
1
[klibc:time64] resource: Avoid using <linux/resource.h>
On Sat, Jan 14, 2023, at 23:03, klibc-bot for Ben Hutchings wrote: > Commit-ID: d4ab7343978bbec7141f8462236ba6a47574205f > Gitweb: > http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=d4ab7343978bbec7141f8462236ba6a47574205f > Author: Ben Hutchings <ben at decadent.org.uk> > AuthorDate: Sat, 14 Jan 2023 03:15:20 +0100 > Committer: Ben Hutchings <ben at
2023 Jan 14
1
[klibc:time64] resource: Avoid using <linux/resource.h>
Commit-ID: d4ab7343978bbec7141f8462236ba6a47574205f Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=d4ab7343978bbec7141f8462236ba6a47574205f Author: Ben Hutchings <ben at decadent.org.uk> AuthorDate: Sat, 14 Jan 2023 03:15:20 +0100 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Sat, 14 Jan 2023 18:09:28 +0100 [klibc] resource: Avoid using
2016 Apr 06
1
Extracting windows from time series
Dear R Users Thanks for the help in advance and lets get straight to the problem: I have a 400 year long temperature time series and I am looking for decades that show a linear trend decrease of approximately -0.1 Kelvin or degrees. --> What I would like to program: A loop/function / command line that prints the values of all the trends (can also be overlapping) into a matrix that could have the following structure : Year 1 (of Trend...
2013 Apr 07
2
group data in classes
Hello all! I have a problem to group my data (years) in 10 years classes. For example for year year decade 1598 1590-1600 1599 1590-1600 1600 1590-1600 1601 1600-1610 --- my is like this> [1] 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 [16] 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 [31] 1628 1629 1630 1631 1632 1633
2020 Jul 26
1
[kvm-unit-tests PATCH v3 0/4] Update patch set
On Sat, 2020-07-25 at 23:13 -0700, Bill Wendling wrote: > On Sat, Jul 25, 2020 at 4:10 PM Ben Hutchings <ben at decadent.org.uk> wrote: > > On Sat, 2020-07-25 at 15:16 -0700, Bill Wendling wrote: > > > On Sat, Jul 25, 2020 at 2:56 PM Ben Hutchings <ben at decadent.org.uk> wrote: > > > > On Sat, 2020-07-25 at 14:36 -0700, Bill Wendling wrote: > > >
2020 Jan 08
1
Another wish (?) for R 4.0.0: print(*, width = <n>)
On 1/7/20 06:13, brodie gaslam via R-devel wrote: ... > Happy new decade. *** caught segfault *** conflicting decade boundaries Traceback: 1: new_decade <- 2020:2029 2: previous_decade <- 2011:2020 3: previous_previous_decade <- 2001:2010 4: current_millenium <- 2001:3000 5: previous_millenium <- 1001:2000 6: previous_previous_millenium <- 1:1000 Cheers, H.
2009 Nov 27
1
Time Series Data
Hi All, I'm trying to analyze some time series data and I have run into difficulty. I have decadal sun spot data and I want to separate the very regular periodic function from the trend and noise. I looked into using stl(), but the frequency of the time series data must be greater than 1 for stl(). My data covers a 1000 year interval from 9095 BP to 8095BP and the frequency is, therefore, 0.1
2013 Feb 14
6
Direct I/O support (patches included)
Hi, Since a --direct-io feature was requested a few times the past decade with little response and the actual patch is quite trivial, I patched both v3.0.9 and master branch and included the patches here. If this functionality is acceptable I don't mind spending the additional effort to update the documentation, etc. Beware that the underlying filesystem needs Direct I/O support,
2018 Nov 14
3
different TLS protocols on different ports
On Wed, 14 Nov 2018, Aki Tuomi wrote: >> I'm providing IMAP+Starttls on port 143 for users with legacy MUA. So >> I've to enable TLS1.0 up to TLS1.3 For IMAPS / port 993 I like to >> enable TLS1.2 and TLS1.3 only. >> >> Is this possible with dovecot-2.2.36 / how to setup this? > > Not possible I'm afraid. ("Not possible" = challenge!)
2004 Jul 06
1
aide pour une affiner une AFD.
madame, monsieur, help me please, Je debute avec R. J'ai r??alis?? une analyse factorielle discriminante avec R. J'obtient les resultat graphiques et les tables assici??es ?? l'analyse. Cependant je souhaiterais savoir si les distances separant les groupes (decades) sont statistiquement significatives. pour cela il me faut utiliser la distance de mahalanobis et la statistique de Wilks mais: <<je n'arrive pas ?? obtenir la table de mahalanobis, ainsi que la statistique de wilks. Pouvez-vous, s'il vous plait, m'indiquer la demarche ?? suivre...
2020 Aug 24
4
Incremental purge?
...ally, use -u option of doveadm purge into a loop. This is a good idea for installations with tons of users. Good point. I would be personally interested in incremental purge per user. My personal IMAP account, for instance, has at this moment about 40GB of mdbox files. I keep most of my email for decades, but sure I could free some space doing a purge, but I am scared of trying with 200.000 mdbox files without knowing how long it would take. -- Jes?s Cea Avi?n _/_/ _/_/_/ _/_/_/ jcea at jcea.es - https://www.jcea.es/ _/_/ _/_/ _/_/ _/_/ _/_/ Twitter:...
2018 May 05
3
expiring mail from root's Maildirs?
On May 4, 2018, at 16:07, Benny Pedersen <me at junc.eu> wrote: > > outgoing mail should not be stored into root uid 0 And yet it is. > root: some-other-unix-login Root has been aliased for decades. This has no impact on where and how mutt stores the mail it sends as root out of root?s crontab. -- My main job is trying to come up with new and innovative and effective ways to reject even more mail. I'm up to about 97% now.