Displaying 14 results from an estimated 14 matches for "11250".
Did you mean:
1250
2010 Dec 20
6
sample() issue
> length(sample(25000, 25000*(1-.55)))
[1] 11249
> 25000*(1-.55)
[1] 11250
> length(sample(25000, 11250))
[1] 11250
> length(sample(25000, 25000*.45))
[1] 11250
So the question is, why do I get 11249 out of the first command and not
11250? I can't figure this one out.
Thanks
Cory
[[alternative HTML version deleted]]
2003 Jul 07
2
(PR#3427)
Hi;
I am having problems inverting matrices using the function
solve()
For example R can not invert the following matrix
[,1] [,2] [,3] [,4]
[,5]
[1,] 25 500 11250 275000
7.106250e+06
[2,] 500 11250 275000 7106250
1.906250e+08
[3,] 11250 275000 7106250 190625000
5.247656e+09
[4,] 275000 7106250 190625000 5247656250
1.471719e+11
[5,] 7106250 190625000 52...
2008 Apr 23
2
HTML help solveLP(linprog) (PR#11250)
Dear R team!
=20
I found in HTML help for function solveLP(linprog) a small mistake. It
says in Description "Minimizes c'x, subject to A x >=3D b and x >=3D 0", but
tests show that there should be A x <=3D b.
=20
Best regards,
=20
Ludek
=20
=20
[[alternative HTML version deleted]]
2009 Sep 11
3
Working with large matrix
Dear All,
I have large matrix (46000 x 11250). I would like to do the linear regression for each row. I wrote a simple function that has lm() and used apply(mat,1,func). The issue is that it takes ages to load the file and also to finish the lm. I am using LINUX 64 bit with 32G mem. Is there an elegant and fast way of completing this task?
T...
2003 Sep 06
0
mbmon broken on -stable?
...eebie.xs4all.nl 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #11: Sun Aug 31 14:17:04 CEST 2003 root@freebie.xs4all.nl:/usr/obj/usr/src/sys/FREEBIE i386
and a recent mbmon build:
xmbmon-203
I'm now getting interesting results:
wkb@freebie ~: mbmon
Temp.= 255.0, 240.0, 255.0; Rot.= 11250, 270000, 225000
Vcore = 1.52, 3.15; Volt. = 3.20, 5.08, 15.50, -0.00, -0.00
Temp.= 255.0, 240.0, 255.0; Rot.= 11250, 270000, 225000
Vcore = 1.57, 3.20; Volt. = 3.20, 5.05, 15.50, -0.00, -0.00
^C
wkb@freebie ~:
I'm pretty sure it is the port that has problems, but I'm curious if others...
2005 May 31
2
Centos4 SMP Kernel OOM
...kB
May 31 22:31:26 tcs kernel: HighMem: 1560*4kB 5190*8kB 4683*16kB 1632*32kB
2304*64kB 1512*128kB 781*256kB 349*512kB 157*1024kB 66*20
48kB 583*4096kB = 3578432kB
May 31 22:31:26 tcs kernel: Swap cache: add 0, delete 0, find 0/0, race
0+0
May 31 22:31:26 tcs kernel: Out of Memory: Killed process 11250
(MailScanner).
and again moments later...
May 31 22:31:30 tcs kernel: oom-killer: gfp_mask=0xd0
...
and repeat two dozen or more times for different processes.
Cheers,
MaZe.
2008 Mar 06
2
Help with parsing a data file
...5 518 4529 K6 801 2408 K5 142 10999 19523 6.1 5.4 1.87
0.15 18.77 8.68 13.83 15.07 69 154 12 4.5
6 6046 K5 383 5011 K6 671 2567 K5 166 11616 20177 5.7 4.9 2.64
0.16 24.05 14.52 19.47 20.66 71 34 63 4.1
7 5793 K5 529 4734 K6 884 2537 K5 127 11250 19734 5.6 4.9 2.97
0.16 26.10 16.92 21.70 22.90 71 5 104 4.1
8 5057 K5 417 4390 K6 693 2245 K5 94 9974 18430 5.6 4.9 2.92
0.15 25.61 16.37 21.10 22.56 73 9 91 3.6
9 4001 K5 458 3864 K6 826 1797 K5 105 8078 16803 5.6 5.0 2.36
0.13 21.73 12...
2006 Jul 03
0
Is opinion available as gem or engine ?
Hi
Is Opinion available as a gem or engine for download? I am confused with the 8-9 folders that are available on SVN.
Thanks for the tip for Share session between sub domains :)
Cheers
=R
_________________________________________________________________
Express yourself: design your homepage the way you want it with Live.com.
http://www.live.com/getstarted
-------------- next part
2018 Aug 30
4
crash problem when using IndirectBrInst to replace BranchInst
...g 0x0000000101d4a0c5
clang::ExecuteCompilerInvocation(clang::CompilerInstance*) + 4613
11 clang 0x000000010083b865
cc1_main(llvm::ArrayRef<char const*>, char const*, void*) + 1333
12 clang 0x00000001008398e2 main + 11250
13 libdyld.dylib 0x00007fff50a2e015 start + 1
Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x00000001053bc148 rbx: 0x0000000000000005 rcx:
0x000000000038c8cc rdx: 0x000000010457c008
rdi: 0x00000000005044f1 rsi: 0x0000000000000000 rbp:
0x00007ffeef3c6cf0 rsp...
2018 Aug 31
2
crash problem when using IndirectBrInst to replace BranchInst
...x0000000101d4a0c5
> clang::ExecuteCompilerInvocation(clang::CompilerInstance*) + 4613
>
> 11 clang 0x000000010083b865
> cc1_main(llvm::ArrayRef<char const*>, char const*, void*) + 1333
>
> 12 clang 0x00000001008398e2 main + 11250
>
> 13 libdyld.dylib 0x00007fff50a2e015 start + 1
>
>
> Thread 0 crashed with X86 Thread State (64-bit):
>
> rax: 0x00000001053bc148 rbx: 0x0000000000000005 rcx:
> 0x000000000038c8cc rdx: 0x000000010457c008
>
> rdi: 0x00000000005044f1 rsi: 0x0...
2006 Apr 04
1
Can't recieve Fax: No carrier detected - Asterisk + iaxmodem + Hylafaxv --- sorry.wrong log.
...ng skew to -10950.
[2006-04-04 13:42:29] Adjusting skew to -11000.
[2006-04-04 13:42:29] Adjusting skew to -11050.
[2006-04-04 13:42:29] Adjusting skew to -11100.
[2006-04-04 13:42:29] Adjusting skew to -11150.
[2006-04-04 13:42:30] Adjusting skew to -11200.
[2006-04-04 13:42:30] Adjusting skew to -11250.
[2006-04-04 13:42:30] Adjusting skew to -11300.
[2006-04-04 13:42:30] Adjusting skew to -11350.
[2006-04-04 13:42:30] Adjusting skew to -11400.
[2006-04-04 13:42:30] Adjusting skew to -11450.
[2006-04-04 13:42:30] Adjusting skew to -11500.
[2006-04-04 13:42:30] Adjusting skew to -11550.
[2006-04-0...
2006 Apr 04
0
Can't recieve Fax: No carrier detected - Asterisk + iaxmodem + Hylafax
...ng skew to -10950.
[2006-04-04 13:42:29] Adjusting skew to -11000.
[2006-04-04 13:42:29] Adjusting skew to -11050.
[2006-04-04 13:42:29] Adjusting skew to -11100.
[2006-04-04 13:42:29] Adjusting skew to -11150.
[2006-04-04 13:42:30] Adjusting skew to -11200.
[2006-04-04 13:42:30] Adjusting skew to -11250.
[2006-04-04 13:42:30] Adjusting skew to -11300.
[2006-04-04 13:42:30] Adjusting skew to -11350.
[2006-04-04 13:42:30] Adjusting skew to -11400.
[2006-04-04 13:42:30] Adjusting skew to -11450.
[2006-04-04 13:42:30] Adjusting skew to -11500.
[2006-04-04 13:42:30] Adjusting skew to -11550.
[2006-04-0...
2013 Jun 03
0
[virtio_blk] BUG: unable to handle kernel paging request at ff7f5784
...y 39
[ 12.095295] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[ 12.127871] Switching to clocksource hpet
[ 12.153107] CE: hpet increased min_delta_ns to 5000 nsec
[ 12.153107] CE: hpet increased min_delta_ns to 7500 nsec
[ 12.153107] CE: hpet increased min_delta_ns to 11250 nsec
[ 12.254110] FS-Cache: Loaded
[ 12.268171] bus: 'pnp': add driver system
[ 12.269714] pnp: PnP ACPI init
[ 12.282483] device: 'pnp0': device_add
[ 12.292414] ACPI: bus type PNP registered
[ 12.326076] device: '00:00': device_add
[ 12.339315] bus: 'pnp&...
2013 Jun 03
0
[virtio_blk] BUG: unable to handle kernel paging request at ff7f5784
...y 39
[ 12.095295] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[ 12.127871] Switching to clocksource hpet
[ 12.153107] CE: hpet increased min_delta_ns to 5000 nsec
[ 12.153107] CE: hpet increased min_delta_ns to 7500 nsec
[ 12.153107] CE: hpet increased min_delta_ns to 11250 nsec
[ 12.254110] FS-Cache: Loaded
[ 12.268171] bus: 'pnp': add driver system
[ 12.269714] pnp: PnP ACPI init
[ 12.282483] device: 'pnp0': device_add
[ 12.292414] ACPI: bus type PNP registered
[ 12.326076] device: '00:00': device_add
[ 12.339315] bus: 'pnp&...