Displaying 20 results from an estimated 40000 matches similar to: "Mutual information"
2012 Feb 13
1
entropy package: how to compute mutual information?
suppose I have two factor vectors:
x <- as.factor(c("a","b","a","c","b","c"))
y <- as.factor(c("b","a","a","c","c","b"))
I can compute their entropies:
entropy(table(x))
[1] 1.098612
using
library(entropy)
but it is not clear how to compute their mutual information
2006 Mar 31
1
mutual information for two time series
Hi I hope this is going to the right place. I am trying to write a program
which uses KernSmooth library to estimate mutual information between two
time series at various different lags. At the moment it’s producing negative
values, which is supposed to be impossible (something is fishy). I am
summing across one row of the matrix to get p(value is in bin x) and summing
across the columns to get
2005 Dec 09
1
Hierarchical Clustering Using Mutual Information
Dear R-helpers,
Is there somebody who knows if R has already a build in function for Hierarchical Clustering which uses Mutual Information as proximity measure?
Many thanks and best regards,
J.
---------------------------------
[[alternative HTML version deleted]]
2007 Nov 23
0
Mutual information
Dear R helpers,
I have a data frame
> summary(emPat)
pairE subj pattern
far-near : 18 sub1 : 37 urb :123
long-short : 18 sub2 : 37 bpb : 72
supported-unsupported: 18 sub3 : 37 prp : 67
large-small : 18 sub4 : 37 brb : 64
dense-sparse : 18 sub5 : 37 unp : 62
2018 Oct 11
2
no mutual signature algorithm with RSA user certs client 7.8, server 7.4
On Thu, Oct 11, 2018 at 10:41 AM Damien Miller <djm at mindrot.org> wrote:
> On Wed, 10 Oct 2018, Adam Eijdenberg wrote:
> > We see this error on the client side:
> >
> > debug1: kex_input_ext_info: server-sig-algs=<rsa-sha2-256,rsa-sha2-512>
> > ...
> > debug1: Offering public key: RSA-CERT SHA256:xxx /path/to/key
> > debug1: send_pubkey_test: no
2012 Jan 13
1
[PATCH] libxl: fix parse_backend_path and device_backend_path to be mutual
# HG changeset patch
# User Roger Pau Monne <roger.pau@entel.upc.edu>
# Date 1326454799 -3600
# Node ID 58c924a72ab7af658a888ff39411229a9e6a12f6
# Parent 887a3229fd7a50c04981e29709bc7210dafef38f
libxl: fix parse_backend_path and device_backend_path to be mutual
Currently if libxl__parse_backend_path is used and then you try to get
the original path again with libxl__device_backend_path the
2018 Oct 10
2
no mutual signature algorithm with RSA user certs client 7.8, server 7.4
Hi,
One of our users who is running an OS (I think it's the latest beta
macOS 10.14.1) with ssh version "OpenSSH_7.8p1, LibreSSL 2.7.3" is
unable to use our user SSH RSA certificates to authenticate to our
servers (which are running "OpenSSH_7.4p1, OpenSSL 1.0.2k-fips 26 Jan
2017").
We see this error on the client side:
debug1: kex_input_ext_info:
2018 Oct 11
3
no mutual signature algorithm with RSA user certs client 7.8, server 7.4
On Thu, 11 Oct 2018, Damien Miller wrote:
> On Thu, 11 Oct 2018, Adam Eijdenberg wrote:
>
> > Thanks for looking into. I wasn't able to get the patch to apply
> > cleanly to the portable source for whatever reason, so I manually made
> > the changes and got a little further. I now get past the "no mutual
> > signature algorithm" client message, and get
2007 Sep 07
5
enforce mutual exclusivity
Hi,
First post, please be gentle! I couldn''t find any mention of this
already
I''m using ActiveRecord and I want to enforce mutual exclusivity on a
has_and_belongs_to_many.
A concrete example: I have a User which can have one or more Roles
(student, tutor, headmaster, administrator etc). However if a user is
a
student they cannot hold any other role. I was hoping to find
2019 May 16
1
Mutual auth and MS Outlook
I am trying to get Dovecot IMAP and Outlook to talk to each other with SSL
and client certificates enabled. In Dovecot, I have the following options
enabled:
ssl_ca = ...
ssl_verify_client_cert = yes
auth_ssl_require_client_cert = yes
auth_ssl_username_from_cert = yes
when I try to connect with Outlook, I get:
May 12 08:07:50 mail dovecot: imap-login: Disconnected (client didn't
2018 Oct 11
2
no mutual signature algorithm with RSA user certs client 7.8, server 7.4
On Thu, 11 Oct 2018, Adam Eijdenberg wrote:
> On Thu, Oct 11, 2018 at 12:13 PM Damien Miller <djm at mindrot.org> wrote:
> > Could you try this?
> >
> > diff --git a/sshconnect2.c b/sshconnect2.c
> > index f104408..1d2906f 100644
> > --- a/sshconnect2.c
> > +++ b/sshconnect2.c
> > @@ -1080,7 +1080,8 @@ key_sig_algorithm(struct ssh *ssh, const
2002 Jul 30
5
Samba running as PDC and BDC
I am in the process of investigating whether it's viable to replace our NT
server domain with a linux server domain using SAMBA. The key is if Samba
can act as a PDC, with other Samba BDCs in remote locations. Is this
possible?
----------------------------------------------
Gabriel Matthews gabriel@cinergycom.com
Network Support Cinergy Communications
When life hands you
2004 Apr 21
2
Extracting information from webpages
> Hello R Community,
>
> I would like to be able to download recent (yesterday's close is fine)
> stock and
> mutual fund prices from somewhere and use them for a personal finance
> project.
> Ideally, I would do this at a website of my choosing (e.g.
> morningstar.com) and
> have the possibility of getting a wide range of other information about
> the security
2018 Feb 09
0
Information
Hi
Copy your messages to r help, others may give you better advice.
Strange, I do not get such error. Beside, from
m = t(matrix(data = detrend, nrow = 30))
I expect matrix result, but your str shows that m is list.
> m<-list(a=rep(NA, 20), b=rep(1,20))
> colMeans(m, na.rm=T)
Error in colMeans(m, na.rm = T) :
'x' must be an array of at least two dimensions
So as colMeans help
2015 Apr 29
0
R CMD check and missing imports from base packages
All,
Here are two ideas on this:
1. have R CMD check show how every external function reference gets
resolved.
2. have R CMD check warn anytime there is a potential name conflict, e.g.
density( ) coming from either igraph or stats, and show how it was
resolved.
Either could be an option. I guess there are potential problems with
conditional loading of libraries where a function could be
2015 May 22
0
Samba4 Disable USB ports
Hi Gabriel,
I"ll answer to the lists email adress.
Am 22.05.2015 um 16:54 schrieb Gabriel Franca:
> follows the output of the command:
>
> attr -l / var / lib / samba / sysvol
> Attribute "SGI_ACL_FILE" has a 124 byte value for / var / lib / samba
> / sysvol
> Attribute "SGI_ACL_DEFAULT" has a 124 byte value for / var / lib /
> samba / sysvol
2015 May 22
0
Samba4 Disable USB ports
Good morning people,
I make the case that Achim Gottinger passed.
samba-tool ntacl sysvolreset and received the following information:
Segmentation fault (core of the recorded image)
then sent a samba-tool ntacl sysvolcheck and received the following:
ERROR (<type 'exceptions.TypeError'>): uncaught exception - (61 'No data available')
File
2015 May 25
0
Samba4 Disable USB ports
Hello Gabriel,
Am 25.05.2015 um 13:23 schrieb Gabriel Franca:
> Good morning List
>
> On Friday I had to leave so I could no longer continue with our lab.
> Weekend and holy all have to rest as much as possible. = D
> So I'm back and I will put the smb.conf for analysis.
>
> # Global parameters
>
> [global]
>
> workgroup = CMC
>
> realm = CMC.CORP
>
2017 Feb 03
0
Dovecot, Postfix, and SASL AUTH EXTERNAL
Hey folks,
I've been using the ever popular Dovecot and Postfix combo for years. A
while back I also introduced mutual TLS for mail clients to Dovecot and
Postfix. I achieved this by a custom checkpassword script and SASL AUTH
EXTERNAL for IMAP.
This all worked great with clients like Thunderbird, which can be
configured to use mutual TLS and SASL EXTERNAL for IMAP, and mutual TLS
with no
2006 Mar 28
1
hybridHclust (new package)
I'd like to announce the availability of a new library for hybrid
hierarchical clustering, "hybridHclust". The library has been uploaded
to CRAN and is now available.
The library implements a hybrid of top-down and bottom-up hierarchical
clustering. Along the way, the idea of a "mutual cluster" is developed.
A mutual cluster is a set of observations whose largest