Displaying 20 results from an estimated 213 matches for "ascertain".
2006 Jan 12
2
Basis of fisher.test
I want to ascertain the basis of the table ranking,
i.e. the meaning of "extreme", in Fisher's Exact Test
as implemented in 'fisher.test', when applied to RxC
tables which are larger than 2x2.
One can summarise a strategy for the test as
1) For each table compatible with the margins
of the o...
2013 May 16
2
[LLVMdev] MachineOperand Fixed Register
Is there any way to determine if a Register-type MachineOperand
represents a fixed machine register? For example, call arguments must
end up in specific machine register but I don't see any way to ascertain
this from the information in MachineOperand. Basically, I need to know
if I am allowed to rename a MachineOperand or not after register
allocation.
Thanks!
-David
2010 Oct 12
3
How do I tell whether two vectors are identical?
Hi,
I have two vectors, each of length 45000.
How do I compare the vectors to ascertain if they are identical. Secondly if
they are NOT identical, how do I determine the indices of positions at which
the vectors differ?
Thanks,
Anjan
--
===================================
anjan purkayastha, phd.
research associate
fas center for systems biology,
harvard university
52 oxford street...
2015 Nov 30
2
restarting samba using a cron job on Debian
...a-ad-dc immediately,but in
fact this is what /etc/init.d/samba does. The messages with "AD DC
daemon" are generated by that script, and it is the failing one.
> What you are trying to do is, in my opinion, the wrong way to go about
> fixing the problem, you really should try to ascertain why you are
> losing sync.
Agreed. But I've no idea how to troubleshoot that issue. Any help on
fixing the cause is also appreciated.
Am 30.11.2015 um 12:13 schrieb Rowland Penny:
> On 30/11/15 10:01, Lars Hanke wrote:
>> For some reason my secondary DC loses sync every once in...
1998 Mar 25
3
What shares are mounted on client ?
Is there anyway to ascertain what shares a client actually has mounted at a
given time?
I've got a number of WFW boxes connecting shared drives on my SCO-OSE3 box
using SAMBA 1.9.16p5 (upgrading to latest version RSN).
I've got some shell scripts on the Unix box which use escape sequences sent to
the client telnet...
2017 Jan 26
2
compiler-rt linux-arm builtins/clear_cache.c depends on kernel headers
builtins/clear_cache.c depends on kernel headers.
It's difficult to ascertain whether it's mixing with libc headers
but if it is then that's a bug in its own right.
Either way, it's pulling in kernel headers for a single #defined
constant that's been part of the linux ABI for years now. This
makes it more difficult to cross compile for, in my opinion, no
good...
2007 Aug 30
8
experimental rails story adapter in trunk
For those of you interested in getting a jump on learning about and
using the new Story Runner in a Rails app, I''ve added an experimental
Rails-Story adapter to trunk.
You can see how to use it here:
http://pastie.caboo.se/92320
This is PURELY EXPERIMENTAL, however it actually works and will likely
not change much in the way that it does work.
Happy hacking!
David
2012 Apr 18
3
normal distribution assumption for multi-level modelling
Hello,
I'm analysing reaction time data from a linguistic experiment (a variant of
a lexical decision task). To ascertain that the data was normally
distributed, I used *shapiro.test *for each participant (see commands
below), but only one out of 21 returns a p value above p.0 05.
> f = function(dfr) return(shapiro.test(dfr$Target.RTinv)$p.value)
> p = as.vector(by(newdat, newdat$Subject, f))
> names(p) = le...
2015 Dec 15
2
The case of the disconnecting network shares
...res. The inconsistency makes it even more puzzling.
We have set the auto disconnect time to -1 to disable it on all clients
but that has made absolutely no difference. Samba itself shows nothing
in the logs that suggests there was any sort of problem during the night
and I have not been able to ascertain whether all clients get
disconnected at the same time or whether it occurs at various times.
Can anyone shed any light on this and suggest possible reasons and/or
solutions?
regards,
John
2009 Feb 19
2
[LLVMdev] -fPIC warning on every compile on Cygwin
...gt; >
> > > This maybe happening on other targets too.
> >
> > Thanks for the report. This is certainly due to my change last night
> to
> > make LLVM build as PIC by default.
> >
> > I was a little perplex at the warning as I could not ascertain where
> > thery were coming from and could see no obvious commit !:)
> >
> > Out of interest, could you point me to the patch or commit, please.
>
> r65019 / r65020:
>
> http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20090216/073983.html
>
> http://...
2002 Dec 31
2
NTLMv1 v. NTLMv2 ; more than one "identity" on a TCP connection
Hello,
Two questions for you this evening.
How do you tell the difference between NTLMv1-style authentication and
NTLMv2 style? The CIFS dialect NT LM 0.12 does both(?), so does not
appear in the NegProtRequest message (nor in the flags, near as I could
tell). Do you ascertain this by examining the SessionSetupAndX
message? If so, what parts?
Is it possible to have more than one CIFS "identity" on a TCP
connection? For example, say I open a TCP connection, authenticate
myself using NegProt/SessionSetupAndX/etc exchanges as user "foo"
password "...
2016 Nov 18
2
DWARF gotchas moving from 3.7.1 to 3.9.0
...DW_AT_name DW_FORM_strp
DW_AT_stmt_list DW_FORM_sec_offset
DW_AT value: 0 DW_FORM value: 0
The IR generated for 3.9.0 passes the IR verifier without complaint
(including the debug into verifier). I can run llc manually on my IR
without complaint. However, I am not able to ascertain whether llc runs the
debug info verifier by default.
One of the changes I had to make to get my code to compile was to remove
the function argument (of Function* type) from the call to
DIBuilder::createFunction(). This appears to be my problem, as my functions
do not appear to have debug info:
&g...
2006 Jul 31
5
PostgreSQL
...erience with PostgreSQL and RoR? Does it gives
any disadvantages or problems with PostgreSQL? I have a webapplication,
that manage (read/write) many records (no. 200''000 records) and I search
a ideal database. Actually, I have two options: - MySQL / - PostgreSQL
And now, I would like to ascertain a good solution...
Thx, ribit
--
Posted via http://www.ruby-forum.com/.
2016 Jan 23
2
Decompilation and the SSA form
...ible in general to the SSA form for binaries? I assume
one has to make certain assumptions about code in general to get tools like
these to work. For example if code like with dlsym or jit heap allocated
functions can be incorporated at runtime it would seem that in general it
is quite difficult to ascertain the boundaries of a basic block and insert
the correct phi functions for the predecessors since one could have jumps
from the new code into the middle of the static code. This is already
ignoring the problem of self modification.
I haven't managed to find many references on the topic but I am...
2004 Oct 07
6
Beginers Help - Hardware selection
I am new to Asterisk.
I am trying to ascertain the hardware setup (and associated cost) I would need. The documentation in the wiki (and elsewhere) is extensive but I am somewhat lost in product model numbers. Hence I need an initial recommandation to work on.
15 incoming lines, 25 employees).
Initial scenario is to use * as a plain old PBX....
2013 May 20
0
[LLVMdev] MachineOperand Fixed Register
On May 16, 2013, at 2:23 PM, dag at cray.com wrote:
> Is there any way to determine if a Register-type MachineOperand
> represents a fixed machine register? For example, call arguments must
> end up in specific machine register but I don't see any way to ascertain
> this from the information in MachineOperand. Basically, I need to know
> if I am allowed to rename a MachineOperand or not after register
> allocation.
I think the anti-dependency breakers in the post-RA scheduler can do that.
/jakob
2019 Dec 15
1
pdftotext latest version for CentOS 7
I have pdftotext 0.26.5, the current version for CentOS 7 and the Mate desktop as far as I can ascertain. The page https://www.xpdfreader.com/pdftotext-man.html seems to suggest that the latest version is 4.02 which seems a gigantic leap ahead.
Since I have a Chinese text PDF which I am unable to extract any text from using pdftotext, instead I end up with a collection of garbage Latin characters, I...
2007 Nov 16
1
Extracting x-values from an ecdf
Dear R users,
Quick question on the use of ecdf for producing a cumulative
distribution function.
After having produced a cumulative distribution using ecdf, I would
like to extract the exact x-value for a given percentile. For example
I can ascertain the 1st and 3rd quartile using the summary function:
cawa.cdp <- ecdf(cawaocc$LEFF80)
plot(cawa.cdp, ylab="Fn(x)")
summary(cawa.cdp)
But, I would like write a function so that I can produce multiple
ecdfs for >100 separate distributions and then extract the x-value (in
this ca...
2009 Jun 12
1
Function for AIC or logLIK for nlsList object
Dear R users,
Does anybody have a function to calculate logLik or AIC for nlsList objects? After receiving error messages, another user helped me ascertain that this function is not currently written into R.
Many thanks
Lindsay
2006 Nov 28
2
Partial matches in expectations
Hi !
I would like to ascertain the following in a test case:
@template.expects(:content_tag).with(:fieldset, :__any_arguments__i_dont_care)
Is it possible to do so ? If so how ? If not, is it something the
community wants ? Is it useful ?
Thanks !
--
Fran?ois Beausoleil
http://blog.teksol.info/
http://piston.rubyforge.org...