I have previously used some code from here to produce a symbol to represent the conditionally independence of some variables. Does anyone know a method for generating a symbol for not conditionally independent. That is, the symbol below but with a forward slash through the symbol netween a and c. Thank you.
some code
\documentclass{article}
\usepackage{amsmath}
\usepackage{graphicx}
\begin{document}
% function for conditional independence - from link above
\newcommand{\bigCI}{\mathrel{\text{\scalebox{1.07}{$\perp\mkern-10mu\perp$}}}}
a $\bigCI$ c $\mid$ b
\end{document}
which produces




cancelpackage? – cfr Dec 18 '14 at 23:30\mathpalette, which allows you to just use\not\independentwithout problem. – Werner Dec 18 '14 at 23:35\notworks only for symbols as wide as=. – egreg Dec 18 '14 at 23:38\centernot. Using\notseemed better in the output when compared to\centernot. The stroke cut the vertical\perps higher, which seemed better (in my opinion). – Werner Dec 18 '14 at 23:40