Displaying 20 results from an estimated 623 matches for "omega".
Did you mean:
mega
2011 Apr 17
3
Report for http://trac.xapian.org/wiki/SupportedPlatforms
...ing test: stemdict... SKIPPED
PASS: stemtest
PASS: queryparsertest
PASS: termgentest
resolverelativepath1 ... ok
PASS: unittest
==================
All 6 tests passed
==================
For the installation, used a custom script:
=== script begins ===
#! /bin/bash
if [[ $PWD != '/tmp/xapian-omega-1.2.4' ]]; then
echo "In wrong directory!"
exit 1
fi
# Set root to an empty string except when testing
root=
root=/tmp/testing
if [[ ! -d $root ]];then
mkdir -p \
$root/etc \
$root/usr/bin \
$root/usr/lib \
$root/usr/share/doc \
$root...
2005 Oct 16
2
Animated lissajous
Here's some code to make lissajous dance. I've attached a small sample
GIF.
Cheers,
Rob Steele
robsteele at yahoo dot com
plot.lissajous = function(omega.x, omega.y, delta = 0, num.thetas = 200)
{
thetas = seq(0, 2 * pi, length = num.thetas)
xs = sin(omega.x * thetas + delta)
ys = cos(omega.y * thetas)
plot(xs, ys, type = 'l', lwd = 3, ann = FALSE, axes = FALSE)
}
## Show one.
par(mar = c(2, 2, 2, 2))
plot.lissajous(4, 3)
## A...
2009 May 16
1
maxLik pakage
...0,7,31,14,18,3,4,34,
32,4,9,9,8,36,44,0,9,27,28,55,72,12,1,
9,0,32,0,0,2,15,5,6,17,
63,61,9,15,15,0,2)
#########goal is found unique maximum for 5-parameter function with using "maxLik" function
#####the function in latex commands is as following:
\begin{eqnarray*}
&&\ell(\xi,\omega,\nu,\lambda_1,\lambda_2)=n\log2-n\log\omega+n\log\Gamma(\frac{\nu+1}{2})-\frac{n}{2}\log(\nu\pi)\\
&-&n\log\Gamma(\frac{\nu}{2})-\frac{\nu+1}{2}\sum_{i=1}^{n}\log(1+\frac{(x_i-\xi)^2}{\omega^2\nu})+\sum_{i=1}^{n}\log\Phi(\lambda_1\frac{(x_i-\xi)}{\sqrt{\omega^2+\lambda_2(x_i-\xi)^2}})
\end{...
2011 Dec 01
0
Apache conf.d file for omega?
On 28/10/11 16:30, xapian-discuss-request at lists.xapian.org wrote:
> Date: Thu, 27 Oct 2011 16:29:26 +0100
> From: James Aylett <james-xapian at tartarus.org>
> Subject: Re: [Xapian-discuss] Apache conf.d file for omega?
> To: Charles <xapian at catcons.co.uk>
> Cc: Xapian Discussion <xapian-discuss at lists.xapian.org>
> Message-ID: <BAF0BF86-82BF-450A-AED6-6B678D689C37 at tartarus.org>
> Content-Type: text/plain; charset=iso-8859-1
>
> On 27 Oct 2011, at 15:56, Charles wrote:...
2012 Dec 30
1
combining databases for omega
From the documentation I've read, omega can read from multiple
databases, but I'm not sure how to go about this.
I have three databases created using omindex, currently located at
/var/lib/xapian-omega/data/share, /var/lib/xapian-omega/data/users, and
/var/lib/xapiax-omega/data/management
The quickstart guide says that in omega....
2004 Sep 01
1
Omega cgi question
IRIX 6.5.22, compiled omega.0.8.1 with native MIPS compiler.
omega.cgi isn't running from apache. From the log:
[Wed Sep 1 10:04:36 2004] [error] [client 198.149.32.31] malformed
header from script. Bad header=Caught unknown exception: /var/www/cgi-
bin/omega.cgi
This is with a url of http://<machine>/cgi-bin/o...
2007 Dec 28
1
Build Error in trunk (omega)
Hello,
There is a build error by what looks to be a typo in
xapian-applications/omega/omega.cc
My checkout is about 15 minutes old, so it's possible it has been caught
since then.
omega.cc: In function ?int main(int, char**)?:
omega.cc:204: error: ?pretty_tery? was not declared in this scope
make[3]: *** [omega.o] Error 1
make[3]: Leaving directory
`/home/rolson/projects/xa...
2012 Oct 10
1
omega vs. alpha explanation
Dear all
I wonder if someone can explain what is the main difference between omega
and alpha reliabilities?
I understand an omega reliability is based on hierarchical factor model as
shown in this graph<http://rgm2.lab.nig.ac.jp/RGM_results/psych:omega.graph/omega.graph_002_big.png>,
and
alpha uses average inter-item correlations.
1. What I don't understand is, in wh...
2009 Jan 08
1
cosinor analysis
Hallo,
I didn´t found any facilities for Halbergs cosinor analysis in R. This analysis is well known in the Chronobiology as the least square approximation of time series using cosine function of known period (in my case of 24hours-period). I tried to write a script but crashed...
Can you give me some advices, please!?
Thanks
Anne Berger
Institute of Zoo- and Wildlife Research, Berlin, Germany
2013 Apr 03
1
Newbie questions about omega
Dear all,
I am a newbie to Xapian-Omega.
I installed Xapian-Omega (1.2.14) a few days ago on my freebsd NAS server,
and intend to use it to search my CIFS/SMB share.
So far it works fine (I am able to search my share using the omega web
interface), nevertheless I have few newbie questions.
Hoping that somebody can answer my (hopefully...
2011 Oct 13
1
Database `default' couldn't be opened
...an-core-1.2.7
- ./configure --prefix=/usr/local
- make
- make install
2) Xapian-binding-1.2.7
- tar xvzf xapian-binding-1.2.7.tar.gz
- cd xapian-binding-1.2.7
- ./configure --prefix=/usr/local XAPIAN_CONFIG=/usr/local/bin/xapian-config
- make
- make install
3) Xapian-omege-1.2.7
- tar xvzf xapian-omega-1.2.7.tar.gz
- cd xapian-omega-1.2.7
- ./configure XAPIAN_CONFIG=/usr/local/bin/xapian-config
- make
- make check
- make install
After completed the above steps
cd omega-1.2.7
cp omega /usr/lib/cgi-bin/omega.cgi
cp omega.conf /usr/lib/cgi-bin/
chmod 755 /usr/lib/cgi-bin/omega.cgi
Edit the file...
2011 Oct 27
1
Apache conf.d file for omega?
Hello :-)
Sorry if this question is na?ve and confused; I'm new to Apache
configuration.
Can Apache be configured to run omega via a file in the conf.d directory
rather than a virtual server?
I have been using a virtual server on port 80 but now need to run nagios
on port 80 too and do not want to ask the users to start using a URL
with a non-standard port for omega. KISS.
AFAIK omega gives the user links to files under...
2013 Feb 05
1
make error in xapian-application/omega
Hi, all:
I check out the trunk code from svn yesterday
*svn co svn://svn.xapian.org/xapian/trunk xapian*
compile process:
*./bootstrap*
*mkdir build*
*cd build*
*../configure --disable-documentation*
*make*
then the error occur:
cd xapian-applications/omega && make all
make[1]: Entering directory
`/home/white127/xapian-svn/build/xapian-applications/omega'
/usr/bin/perl
-I'/home/white127/xapian-svn/xapian-applications/omega/common'
'/home/white127/xapian-svn/xapian-applications/omega/gen-myhtmltags'
'/home/white127/xapia...
2008 Jan 17
2
[LLVMdev] LLVM and OpenMP
...ave in the scev pass.
>
Yup, just get the array accesses under scev form, and set a constraint
system from these. Once you set up the constraint systems for the
dependence distance vectors, you're almost done. You can look at how
this is set up in gcc trunk tree-data-ref.c, and search for omega.
I would recommend the omega test: get the c++ code for omega lib from
http://www.cs.umd.edu/projects/omega/
Sebastian
2008 Sep 27
0
compute posterior mean by numerical integration
Dear R useRs,
i try to compute the posterior mean for the parameters omega and beta
for the following
posterior density. I have simulated data where i know that the true
values of omega=12
and beta=0.01. With the function postMeanOmega and postMeanBeta i wanted
to compute
the mean values of omega and beta by numerical integration, but instead
of omega=12
and beta=0.01...
2006 Nov 30
1
Samba 3.0.23c won't let NT4 access shares
NT4.0 SP4 gives me this error when trying to access a Samba 3.0.23c server.
\\Omega300\files is not accessable
The specific network password is not correct.
omega300 is the samba server, running samaba 3.0.23.c on SCO Openserver 5.0.7.
omg180 is a Windows NT4 SP4 box.
omega is a Windows 98 box.
Passwords are not encrypted. We are also using VisionFS (SCO's smb product,
whic...
2008 Jan 17
0
[LLVMdev] LLVM and OpenMP
...t;
>
> Yup, just get the array accesses under scev form, and set a constraint
> system from these. Once you set up the constraint systems for the
> dependence distance vectors, you're almost done. You can look at how
> this is set up in gcc trunk tree-data-ref.c, and search for omega.
>
> I would recommend the omega test: get the c++ code for omega lib from
> http://www.cs.umd.edu/projects/omega/
Regardless of which solver you use, you should keep a clean interface
between your constraint representation and the solver. I like Omega a
lot and it is a fine choice f...
2012 Jun 10
1
compute Mcdonald's omega ω
Dear all
I am a newbie to R and I would appreciate it very much if someone can
give me some advice on this.
Please note that I am not a programmer so some of the questions might
sound really stupid.
I would like to compute McDonald's omega calculation using R, I'm
aware I can use the omega function in the psych package.
But I'm really not sure how to do it.
I have read these two articles that explain about omega-
http://personality-project.org/r/html/omega.html and
http://personality-project.org/r/r.omega.html
But I...
2009 Jun 20
3
omindex hangs while scanning
Hello,
I was looking for a search engine for a small internal documentation
site and found xapian and
omega. Downloaded and compiled it using msys and ming on a german
windows xp system. Finally
installed apache on the same box.
Following the omega example I copied the book to .../apache/htdocs and
startet the omindex
which hang up on the first document found. Even on very short doc with
only a few...
2006 Apr 21
2
omega on debian 0.9.5
Hi,
I've tested omega (cgi) on several sql databases on my local machine in
which runs Ubuntu, using the version 0.9.4 (installed using apt), and I was
really satisfied for the results I obtained. I customized a bit the "query"
template.
But once I installed omega on the server (using apt for Debian, and...