Displaying 8 results from an estimated 8 matches for "sania".
Did you mean:
kania
2020 Oct 15
2
package(moments) issue
....070716 in millions and etc. I have run the data
without converting it to millions and I still get the same error
message. As I have kurtosis value, it should be fine for the time being.
However, in case if you have any other explanation behind the
error, I will highly appreciate it.
Best wishes,
Sania
On Thu, 15 Oct 2020 at 20:43, Bill Dunlap <williamwdunlap at gmail.com> wrote:
> moments::anscombe.test(x) does give errors when x has too few values or if
> all the values in x are the same
>
> > moments::anscombe.test(c(1,2,6))
> Error in if (pval > 1) pval <- 2 -...
2020 Oct 15
0
package(moments) issue
...to define a cube_root function for
reals
cube_root <- function (x) sign(x) * abs(x)^(1/3)
and change the z<-... line to use cube_root() instead of ^(1/3).
z <- (1 - 2/(9 * a) - cube_root(((1 - 2/a)/(1 + xx * sqrt(2/(a -
4))))))/sqrt(2/(9 * a))
-Bill
On Thu, Oct 15, 2020 at 3:15 PM Sania Wadud <sania.wadud at gmail.com> wrote:
> Hi Bill,
>
> Thanks for prompt reply and letting me know a way around it.
>
> I have more than 1200 observations and not all the values are the same.
> However, my data points are quite similar, for example,
> 0.079275, 0.078867,...
2020 Oct 15
0
package(moments) issue
...u can use tryCatch() to return some special value where these errors
occur. E.g., use
tryCatch(anscombe.test(x), error=function(e) list(p.value=NA))
instead of ascombe.test (this assumes you will only look at p.value later -
add other entries as needed.).
-Bill
On Thu, Oct 15, 2020 at 12:09 PM Sania Wadud <sania.wadud at gmail.com> wrote:
> Hi all,
>
> While running the anscombe.test in R, I'm getting an error of *Error in if
> (pval > 1) pval <- 2 - pval : missing value where TRUE/FALSE needed* for a
> few time series columns whereas for most of the series the...
2020 Oct 15
2
package(moments) issue
...he following post for python
(scipy.stat) and the report mentions that there is a bug in moments package
in R. I was wondering whether the issue has been resolved.
https://github.com/scipy/scipy/issues/1950
Could anyone please help me with the error?
I look forward to hearing from you.
Regards,
Sania
[[alternative HTML version deleted]]
2005 Feb 24
2
Testing LDAP: ssh connection refused
Hi all,
I installed a samba 3 PDC with LDAP.
I created a system account in LDAP (smbldap-useradd -m
testuser). When I try to login on my system as
testuser (ssh testuser@PDC-SRV.DOMAIN.ORG) I get the
following message:
ssh: connect to host PDC-SRV.DOMAIN.ORG port 22:
Connection refused.
However, if I connect to my system using with the root
account(ssh root@ip_address) that successes.
Would you
2005 Feb 24
1
Samba-LDAP PDC, problem with smbldap-tools
Good morning,
I need your help please:
I installed samba 3.0.11 as a PDC with OpenLDAP 2.1.22
and smbldap-tools 0.8.7.
When I tried to initialise the LDAP directory using
smbldap-ppopulate scrit, I received the following
message:
failed to add entry: modifications require
authentication at /usr/local/sbin/smbldap-populate
line 460, <GEN1> line 2 ....
I tried to modify my smbldap-tools
2007 May 11
0
Fwd: <<< Top 10 Uk Universities >>>
...open in some universities and some universities give you visa
assistance.
http://students.awepedia.info/top-10-uk-universities/
if you needs more information about universities please reply me and
if you have any use full information about admission in abrade
universities please share us.
Thanks
Sania Desai
*
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this grou...
2005 Feb 23
0
Samba-LDAP PDC: smbldap-populate failer
Hi every body,
I installed samba 3.0.11 as PDC with OpenLDAP 2.1.22
and smbldap-tools 0.8.7.
when I tried to initialise the LDAP directory using
smbldap-ppopulate scrit, I received the following
message:
failed to add entry: modifications require
authentication at /usr/local/sbin/smbldap-populate
line 460, <GEN1> line 2 ....
I tried to modify my smbldap-tools config file but no
result...