Displaying 20 results from an estimated 10000 matches similar to: "Date Format"
2007 Mar 01
1
Fit Student Copula
Hello everybody,
I have a big problem that I do not manage to solve !
I will be very grateful if you can solve this !
I want to fit a t Copula with the copula package :
> student.cop <- ellipCopula("t", param = c(0.5, 0.6, 0.7), dim = 3, dispstr = "un",df=5)
> x<-rcopula(student.cop,1000)
> fit <- fitCopula(x, student.cop, c(0.5,0.5,0.5,5))
And there is an
2006 Sep 06
1
About the Skew Student distribution
Hello everybody,
I need your help about the package SN and the skew student distribution. Il will be very grateful if I have the solution.
I construct a stochastic model with a white noise not gaussian but following a skew student distribution. I fit the noise on monthly data to obtain the four parameters. The question is : how to annualize the parameters to use my model for simulate daily data
2004 Apr 08
1
plot help
Hie!
I do not manage to make several plots on a same graph ( for example two
densities on the same graph )
thanks for the answer
Pierre Clauss
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Ce message et toutes les pi佽ces jointes (ci - apres le \"message\" )
sont 侀tablis a l'attention exclusive de ses destinataires et sont
strictement confidentiels. Si vous n'侁tes
2004 Nov 11
2
RODBC & POSIX & Daylight Saving blues
Dear All,
The recent improvement in RODBC to recognize datetimes in tables has
exposed my ongoing confusion.
All my data are obtained from a satellite system (Argos) which tags events
in the GMT time zone. Daylight saving is ignored. To my way of thinking
this means that
1. twelve-o-clock means halfway through the day regardless of season, and
2. the difftime of any two dates where
2012 Aug 17
5
specific matrix element tranformation
Hi guys,
I am trying to write a function that allows me to perform specific
transformations to each element of
a 2 by 2 matrix to generate a 3 by 3 matrix.
Input into function-2 by 2 matrix
Output from function -3 by 3 matrix
For example:
# a is my original 2 by 2 matrix
#b is my new 3 by 3 matrix
set.seed(2)
a=matrix(rnorm(4),ncol=2)
#let's say these are the transformations i wish to
2015 Nov 09
2
availability of target type state within a dumpxml result
Hi,
I'm trying to find out what is the minimum release I need to use to have this field 'state' available ?
<channel type='unix'>
<source mode='bind' path='//var/lib/libvirt/qemu/dummy_agent'/>
<target type='virtio' name=dummy' state='connected'/>
<alias name='channel0'/>
<address
2015 May 20
4
Hardware wish list?
Greetings Nouveau developers,
It's been a while since I've sent any hardware your way. I feel that
Nouveau is one of the most important pieces of software holding Linux
back, and I'm happy to support you. If you send me a very specific
list of cards, boards, etc. that you want or need, I'll see what I can
do.
-Alex
2011 Oct 20
3
Strange R behavior for product of two sum of integers
Dear gentlemen,
Can you explain me why the following happens (any OS I think, and even
on 64 bits)?
> sum(1000:1205)^2
[1] 51581223225
> sum(1000:1205)*sum(1000:1205)
[1] NA
Warning message:
In sum(1000:1205) * sum(1000:1205) : NAs produced by integer overflow
Best,
Pierre
--
Pierre Lafaye de Micheaux
Adresse courrier:
D?partement de Math?matiques et Statistique
Universit? de
2016 Mar 12
3
Why my dir is not available ?
On 03/12/2016 08:24 PM, Rowland penny wrote:
> On 12/03/16 18:28, Pierre Couderc wrote:
>>
>> On 03/12/2016 06:45 PM, Rowland penny wrote:
>>> On 12/03/16 17:37, Pierre Couderc wrote:
>>>> I have a samba server with a "var" share.
>>>>
>>>> I have 2 client computers which mount this share each one with
>>>> each
2015 May 05
2
Using ldap to check last password modification date
Hello,
For a portal I'm working on, I need to know if changing the unicodePwd
attr with LDAP also updates pwdLastSet (so the account doesn't get
locked). It seems the answer is yes, but the value I get from
pwdLastSet is somewhat weird:
pwdLastSet: 130753269490000000
That is Wed, 08 Jun 2011 11:31:34 GMT
Why? Is that epoch or something else? Is there anything else I need to
update when
2015 May 06
2
Using ldap to check last password modification date
Thanks Rowland. That makes sense :-)
BTW, Is the following code enough to change the password with python-ldap?
con.sasl_interactive_bind_s("", sasl_auth)
mod_attrs = [
(ldap.MOD_REPLACE, 'unicodePwd', new_password),
(ldap.MOD_REPLACE, 'unicodePwd', new_password)
]
con.modify_s('CN=%s,CN=Users,DC=lxc,DC=com % username, mod_attrs)
Thanks!
Regards,
Norberto
2020 Feb 10
3
atomic ops are optimized with incorrect semantics .
Hi All,
With the "https://gcc.godbolt.org/z/yBYTrd" case .
the atomic is converted to non atomic ops for x86 like
from
xchg dword ptr [100], eax
to
mov dword ptr [100], 1
the pass is responsible for this tranformation was instCombine
i.e InstCombiner::visitAtomicRMWInst
which converts the IR like
%0 = atomicrmw xchg i32* inttoptr (i64 100 to i32*), i32 1 monotonic
to
store
2005 Nov 30
4
migrate profile from an old server to a new one - SID and ntuser.dat problem
Hi,
my problem is the following:
i am trying to replace an old SUSE 8.2, Samba 2.2
domain controller with a SUSE 9.3 system with samba
3.0 as PDC.
Everything works fine, i can join the new domain, i
replaced the machine and domain sid from the new
server with the old ones.
But how can reuse the profiles from the old machine
at the new one?
If i make a simple remote copy, the settings of the
2010 Nov 02
2
One question on heatmap
Dear R-helper:
Suppose we have a matrix:
Gene sample1 sample2
Gcnt1 12.0000 52.80000
Max 8.8000 39.10000
Tmem176b 67.9000 304.70000
Shmt2 8.6000 42.40000
Rtn4 11.5000 57.70000
Il17re 7.6000 38.80000
Bclp2 6.2000 32.10000
Mobkl3 4.4000 32.20000
Akr1b10 3.4000 30.10000
2008 Aug 03
1
Convert date to decimal days
Hello all,
I have a quick question about formatting date strings..
I am currently debugging some Matlab code someone else wrote and since it is
so bad that I have to go through it line by line I figured that I would just
rewrite the thing in R.
The code produces plots of wave spectra with decimal days since the Epoch as
the x axis and wave period as the Y axis. I am able to convert the date
2004 Mar 31
1
[Bug 828] date overflow with scp -p
http://bugzilla.mindrot.org/show_bug.cgi?id=828
Summary: date overflow with scp -p
Product: Portable OpenSSH
Version: 3.7.1p2
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P3
Component: scp
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: throw_away_2002 at
2008 Feb 19
32
storing SOM epoch in EA
Good day,
some time ago we discussed that it would be very helpful to
store epoch in inode on mds. the perfect solution could be
to store epoch in old inode body, but there is no much space
for this in the body and with DMU we''ll have this problem
again.
given the minimal inode size we use on MDS is 512 bytes, we
can store upto 13 stripes in the body. larger EAs go to a
dedicated block.
2010 Jul 13
3
STRFTIME function declared in globals context
I'm trying to declare a few date-related global variables to ease my
dialplan. When I declare the following in the [globals] context of
extensions.conf, I get unexpected results:
YEAR = ${STRFTIME(${EPOCH},,%Y)}
MONTH = ${STRFTIME(${EPOCH},,%m)}
DAY = ${STRFTIME(${EPOCH},,%d)}
TIMESTAMP = ${STRFTIME(${EPOCH},,%Y%m%d-%H%M%S)}
If I evaluate these variables in the dialplan later, using
exten
2017 Sep 01
2
ganesha error ?
Hi,
I got these errors 3 times since I'm testing gluster with nfs-ganesha. The clients are php apps and when this happen, clients got strange php session error. Below, the first error only happen once but other errors happen every time a clients try to create a new session file. To make php apps work again, I had to restart the client. Do you have an idea of what's happening here ?
2019 Jun 08
2
Does CentOS support aspell?
I haven't run CentOS on a machine of my own for several years;
but my domain (NOT the address I post from) is hosted on a machine
running CentOS. The list for the mailer I run recommends using aspell,
which is not installed (according to rpm -q) on the remote host, as a
spellchecker.
Does anybody here know offhand if CentOS supports it? Or how do I
check?
--
Beartooth Staffwright, Not