Displaying 15 results from an estimated 15 matches for "detemine".
Did you mean:
determine
2010 Dec 20
2
Sine Regression in R
...in( c + d*x )
y = a + b * [cos(c) * sin(x1) + sin(c) * cos(x1)]
y = a + b * cos(c) * sin(x1) + b * sin(c) * cos(x1)
y = a + b1 * sin(x1) + b2 * cos(x1)
where b1 = b * cos(c) and b2 = b * sin(c)
This works fine for me as I am not interested in the value for b and c. By
trial and error I also detemined that the sensibel value for d is 1/58. I
have 366 days of data and want to fit a single sine onto it.
*First question*: 1/ 58 = (2 pi) / 366. I guess 366 is the period of my
data, I have 366 days. so *d = (2 pi) / Period*. Is this correct.
*Second question*: I reckon that all of this looks very...
2005 Apr 05
1
[LLVMdev] simple question:basic blocks avg size
hey,
There is tool that calculates execution count and total number of blocks , is there anything available to detemine size of basic blocks in a program in bytes?
Thanks
- T
---------------------------------
Do you Yahoo!?
Yahoo! Small Business - Try our new resources site!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachment...
2005 Apr 07
1
[LLVMdev] Questions !!
...( in bytes)
Any suggestions to make it simple and get an accurate result?
Regards,
Tanu
Chris Lattner <sabre at nondot.org> wrote:
On Tue, 5 Apr 2005, Tanu Sharma wrote:
> There is tool that calculates execution count and total number of blocks
> , is there anything available to detemine size of basic blocks in a
> program in bytes?
Are you talking about native code? If you run the 'size' utility in unix,
the 'tex' value is the number of bytes of program code. If you're talking
about llvm code, I'm not sure what you mean "size of basic blocks in...
2004 Jan 29
1
Confirmatory Factor Analysis in R? SEM?
...check if the posited relationship holds in the current data being analyzed.
I thought the way out would be to use SEM - the structural equation model library. However, i am not sure how to estimate SEM objects where factors are unobservable. The only discussion pertian to the case of endogenously detemined observable variables.
here is a test case of what i'd like to implement
#example Measurement Model
x1<-runif(200)
x2<-rbinom(200, 20, 0.75)
x3<-runif(200)
x4<-runif(200)
dat<-as.data.frame(x1 =x1, x2 = x2, x3 = x3, x4 = x4)
v.c<-cor(dat,use = "complete.obs")
ind...
2010 Jul 05
0
whichsys.c32: execute specific command, based on Syslinux bootloader variant
I wrote a new module "whichsys.c32" which detemines which command to
execute, based on the Syslinux bootloader variant.
In the near future it should/can be replaced by a lua script.
But for people who want small binaries: whichsys.c32 is +/- eighty times
smaller than lua.c32, atm.
Usage: whichsys.c32 [-iso- command] [-pxe- command] [-sys- co...
2006 Feb 20
1
g729 quality at GSM bitrates
...#39;t support
anything apart from g711 and g729. GSM seems to offer noticably inferior
call quality (at least when using a softphone + decent headphones), but it's
about where I want the bitrate to be.
I know there are lots of Speex options in codecs.conf - but has anyone done
some research to detemine at what bitrates and other settings Speex offers
comparable call quality with g729? Alternatively, has anyone done any
subjective comparisons between iLBC and Speex at various bitrates?
Regards,
Chris
--
C.M. Bagnall, Director, Minotaur I.T. Limited
This email is made from 100% recycled electron...
2005 Mar 04
2
Voice over Frame Relay & Asterisk
Has anyone done Voice Over Frame Relay with Asterisk.
With Frame Relay work reliably with Asterisk? Any
experiences?
__________________________________
Celebrate Yahoo!'s 10th Birthday!
Yahoo! Netrospective: 100 Moments of the Web
http://birthday.yahoo.com/netrospective/
2006 Apr 06
4
OT: HOWTO: Create a 90mbit bonded link 600 metre s away with Cat 3 or telco wire [long]
...2,3 will be the bonded link. Both the bonded link and the LAN interface
will be bridged together.
Easy enough - plug in a network cable into a NIC and run dhclient. Once you
get an IP from your
DHCP server you can use ifconfig to determine whihc one got the IP. Repeat
for each NIC. Once you
have detemined which physical device is which, I used a sharpie to label
each port so I wouldn't
get confused.
6. Install bridging support, if your distro does not support it OOB.
Fortunately, CentOS does so
no problem there.
7. Install bridge-utils to configure the bridge. Cake in CentOS: "yum
inst...
2013 Oct 05
2
Compiler warning: function returns address of local variable
I am a Gentoo user. I have just upgraded my Gentoo system,
as I usually do every Saturday. During this process, my previous
dev-lang/R-2.10.1 ebuild package has been upgraded to R-3.0.1.
While compiling it, I have got the following compiler warning:
* QA Notice: Package triggers severe warnings which indicate that it
* may exhibit random runtime failures.
* main.c:1548:5: warning:
2005 Apr 08
2
[LLVMdev] Questions !!
...? The number of machine code bytes for some
target?
-Chris
>
> Regards,
> Tanu
>
>
> Chris Lattner wrote:
> On Tue, 5 Apr 2005, Tanu Sharma wrote:
>
>> There is tool that calculates execution count and total number of blocks
>> , is there anything available to detemine size of basic blocks in a
>> program in bytes?
>
> Are you talking about native code? If you run the 'size' utility in unix,
> the 'tex' value is the number of bytes of program code. If you're talking
> about llvm code, I'm not sure what you mean "size...
2007 Apr 30
2
don't want call to get answered
In my * box I've configured two queues and incoming number and whenever any
one calls those number call comes to my *box and it sends call to my agents
in queue. but if no agent is available it still answer the call. Is there
any why when my agents are not available I don't want call to get answered.
Here is my dialplan:
exten => xxxx,1,GotoIfTime(*|*|20|dec?ccagents,xxxx,6)
exten
2010 Aug 25
3
What does this warning message (from optim function) mean?
Hi R users,
I am trying to use the optim function to maximize a likelihood funciton, and
I got the following warning messages.
Could anyone explain to me what messege 31 means exactly? Is it a cause for
concern?
Since the value of convergence turns out to be zero, it means that the
converging is successful, right?
So can I assume that the parameter estimates generated thereafter are
reliable MLE
2003 Jan 08
7
ping from local to net
I try to do ping between my local network and Internet and i can''t do
it, in my policy I have:
loc net ACCEPT info
loc fw ACCEPT
loc dmz ACCEPT info
fw loc ACCEPT
fw net ACCEPT info
fw dmz
2009 Jul 01
9
Street Fighter 4
Hello,
I installed Street Fighters 4 with Wine 1.1.24 but when I launch SFLauncher.exe, i have this error message and i don't understand the problem..
Thansk to help me :)
Code:
wine: Unhandled page fault on read access to 0x00000100 at address 0x425fa7 (thread 0009), starting debugger...
Unhandled exception: page fault on read access to 0x00000100 in 32-bit code (0x00425fa7).
Register
2009 Dec 08
28
wow runtime error, new with patch 3.3
this error occurs at the login screen. shortly after entering password, and hitting enter.
game worked prepatch. 3.2
microsoft visual C++ runtime library
Runtime error!
Program c:\program files\world of warcraft\wow.exe
R6034
An Application has made an attempt to load the C runtime library incorrectly.
Please contact the applications support team for more information.
thanks