Voronoi cell volume inside the ball











up vote
10
down vote

favorite
4












I have the following problem:




Let us denote a ball with center $C$ and radius $R$ in $mathbb{R}^d$ as $B(C, R)$. Given a unit ball $B(0, 1)$ and vector $u$ has a uniform distribution inside the ball: $u sim U(B(0, 1))$. Then we sample $M$ points $v_1, dots, v_M$ that are uniformly distributed in the ball $B(0, 1)$ and the distance between $u$ and $v_i$ is not greater than $r$, that is $v_i$ are i.i.d. in $B(0, 1) cap B(u, r)$. How to estimate the volume of the Voronoi cell of $u$ inside the ball $B(0, 1)$? I need an upper bound here.




I can obtain only very rough estimates which do not depend on the dimension of the space $d$ and radius $r$. It is clear that the desired values are growing monotonically as $r$ growing and if we put $r ge 2$, then $v_1, dots, v_M$ are uniformly distributed inside the ball $B(0, 1)$. So, $u, v_1, dots, v_M$ are i.i.d. and uniformly distributed in $B(0, 1)$. The rigorous definition of the value that I need to estimate (up to a scaling factor of the volume of unit ball):
$$ mathbb{E}_{u, v_1, dots, v_M} (mathbb{P}{ q~text{belongs to the Voronoi cell of}~u | q sim U(B(0,1))}) $$
It is clear that $mathbb{P}{ q~text{belongs to the Voronoi cell of}~u | q sim U(B(0,1))}$ = $mathbb{P}{ q~text{belongs to the Voronoi cell of}~v_i | q sim U(B(0,1))}$, so the expectations of all volumes are equal and the sum of all volumes is equal to $1$. Hence
$$ mathbb{E}_{u, v_1, dots, v_M} (mathbb{P}{ q~text{belongs to the Voronoi cell of}~u | q sim U(B(0,1))}) = frac{1}{M+1}$$
It remains only to multiply it by the volume of unit ball.



But as $r$ becomes less than $2$ the volume decreases, so would like to obtain estimates which take it into account. Moreover, I performed numerical experiments which shows that the estimation also should depends on the dimension of the space $d$. Here is normal and log scale plots ($M = 10$):
PlotLog scale plot



In the more general case when $r < 2$ we still have that $mathbb{P}{ q~text{belongs to the Voronoi cell of}~v_j | q sim U(B(0,1))}$ = $mathbb{P}{ q~text{belongs to the Voronoi cell of}~v_k | q sim U(B(0,1))}$ and the sum of such probabilities for $u$ and $v_1, dots, v_M$ is equal to $1$, so we have:
$$ mathbb{E}_{u, v_1, dots, v_M} (mathbb{P}{ q~text{belongs to the Voronoi cell of}~u | q sim U(B(0,1))}) + M mathbb{E}_{u, v_1, dots, v_M} (mathbb{P}{ q~text{belongs to the Voronoi cell of}~v_1 | q sim U(B(0,1))}) = 1$$



If we were able to find another equation or estimation on the ratio of volumes, then the problem would be solved.



I would very appreciate any your help, ideas, papers, books and so on. Thank you for your help!



UPD: Also it is possible to directly write down the required value as an integral. It is easy to see that the probability $mathbb{P}(rho(q, u) < rho(q, v_i))$ correspond to the volume of spherical cap, it only remains to find the height of this spherical cap. My calculations showed that if $|u| le |v|$ then
$$ h = 1 - dfrac{|v|^2 - |u|^2}{2|v-u|} $$
$$ mathbb{P} = 1 - frac{1}{2} I_{2h - h^2}(frac{d+1}{2}, frac{1}{2}) $$



and if $|u| ge |v|$ then
$$ h = 1 - dfrac{|u|^2 - |v|^2}{2|v-u|} $$
$$ mathbb{P} = frac{1}{2} I_{2h - h^2}(frac{d+1}{2}, frac{1}{2}) $$



where $I_x(a, b)$ is incomplete regularized beta function.



One more observation is:



$$mathbb{P}{ q~text{belongs to the Voronoi cell of}~u} = mathbb{P}(rho(q, u) < rho(q, v_i), i=1,dots,M) = prodlimits_{i=1}^{M}mathbb{P}(rho(q, u) < rho(q, v_i)) = (mathbb{P}(rho(q, u) < rho(q, v)))^M$$



since $v_1,dots,v_M$ are i.i.d.



So now we can integrate for $u$ and $v$ and obtain the desired value:



$$ frac{1}{Vol(B(0,1))} intlimits_{u in B(0,1)} Big( intlimits_{v in B(0,1) cap B(u, r), |v| le |u|} (frac{1}{2}I_{2h-h^2}(frac{d+1}{2},frac{1}{2}))^M frac{1}{Vol(B(0,1) cap B(u,r))}dv + intlimits_{v in B(0,1) cap B(u, r), |v| ge |u|} (1 - frac{1}{2}I_{2h-h^2}(frac{d+1}{2},frac{1}{2}))^M frac{1}{Vol(B(0,1) cap B(u,r))}dv Big) du,$$



where $h = 1 - frac{| |v|^2 - |u|^2 |}{2|v-u|}$



The first summand here is about $frac{1}{2^M}$ since regularized incomplete beta function is bounded by $1$, so it remains only to estimate the second summand.



If I was able to estimate the asymptotics of this integral, it would solve my problem!










share|cite|improve this question

















This question has an open bounty worth +200
reputation from Stanislav Morozov ending tomorrow.


This question has not received enough attention.
















  • I don't understand what you mean by Voronoi cell of U. Voronoi diagram partition space relatively to a set of points. What are the other points ?
    – Arnaud Mégret
    Nov 17 at 15:39










  • @ArnaudMégret, the set of points is ${ u, v_1, dots, v_M}$. Points $u, v_1, dots, v_M$ form the partition of the unit ball into Voronoi cells.
    – Stanislav Morozov
    Nov 17 at 16:03

















up vote
10
down vote

favorite
4












I have the following problem:




Let us denote a ball with center $C$ and radius $R$ in $mathbb{R}^d$ as $B(C, R)$. Given a unit ball $B(0, 1)$ and vector $u$ has a uniform distribution inside the ball: $u sim U(B(0, 1))$. Then we sample $M$ points $v_1, dots, v_M$ that are uniformly distributed in the ball $B(0, 1)$ and the distance between $u$ and $v_i$ is not greater than $r$, that is $v_i$ are i.i.d. in $B(0, 1) cap B(u, r)$. How to estimate the volume of the Voronoi cell of $u$ inside the ball $B(0, 1)$? I need an upper bound here.




I can obtain only very rough estimates which do not depend on the dimension of the space $d$ and radius $r$. It is clear that the desired values are growing monotonically as $r$ growing and if we put $r ge 2$, then $v_1, dots, v_M$ are uniformly distributed inside the ball $B(0, 1)$. So, $u, v_1, dots, v_M$ are i.i.d. and uniformly distributed in $B(0, 1)$. The rigorous definition of the value that I need to estimate (up to a scaling factor of the volume of unit ball):
$$ mathbb{E}_{u, v_1, dots, v_M} (mathbb{P}{ q~text{belongs to the Voronoi cell of}~u | q sim U(B(0,1))}) $$
It is clear that $mathbb{P}{ q~text{belongs to the Voronoi cell of}~u | q sim U(B(0,1))}$ = $mathbb{P}{ q~text{belongs to the Voronoi cell of}~v_i | q sim U(B(0,1))}$, so the expectations of all volumes are equal and the sum of all volumes is equal to $1$. Hence
$$ mathbb{E}_{u, v_1, dots, v_M} (mathbb{P}{ q~text{belongs to the Voronoi cell of}~u | q sim U(B(0,1))}) = frac{1}{M+1}$$
It remains only to multiply it by the volume of unit ball.



But as $r$ becomes less than $2$ the volume decreases, so would like to obtain estimates which take it into account. Moreover, I performed numerical experiments which shows that the estimation also should depends on the dimension of the space $d$. Here is normal and log scale plots ($M = 10$):
PlotLog scale plot



In the more general case when $r < 2$ we still have that $mathbb{P}{ q~text{belongs to the Voronoi cell of}~v_j | q sim U(B(0,1))}$ = $mathbb{P}{ q~text{belongs to the Voronoi cell of}~v_k | q sim U(B(0,1))}$ and the sum of such probabilities for $u$ and $v_1, dots, v_M$ is equal to $1$, so we have:
$$ mathbb{E}_{u, v_1, dots, v_M} (mathbb{P}{ q~text{belongs to the Voronoi cell of}~u | q sim U(B(0,1))}) + M mathbb{E}_{u, v_1, dots, v_M} (mathbb{P}{ q~text{belongs to the Voronoi cell of}~v_1 | q sim U(B(0,1))}) = 1$$



If we were able to find another equation or estimation on the ratio of volumes, then the problem would be solved.



I would very appreciate any your help, ideas, papers, books and so on. Thank you for your help!



UPD: Also it is possible to directly write down the required value as an integral. It is easy to see that the probability $mathbb{P}(rho(q, u) < rho(q, v_i))$ correspond to the volume of spherical cap, it only remains to find the height of this spherical cap. My calculations showed that if $|u| le |v|$ then
$$ h = 1 - dfrac{|v|^2 - |u|^2}{2|v-u|} $$
$$ mathbb{P} = 1 - frac{1}{2} I_{2h - h^2}(frac{d+1}{2}, frac{1}{2}) $$



and if $|u| ge |v|$ then
$$ h = 1 - dfrac{|u|^2 - |v|^2}{2|v-u|} $$
$$ mathbb{P} = frac{1}{2} I_{2h - h^2}(frac{d+1}{2}, frac{1}{2}) $$



where $I_x(a, b)$ is incomplete regularized beta function.



One more observation is:



$$mathbb{P}{ q~text{belongs to the Voronoi cell of}~u} = mathbb{P}(rho(q, u) < rho(q, v_i), i=1,dots,M) = prodlimits_{i=1}^{M}mathbb{P}(rho(q, u) < rho(q, v_i)) = (mathbb{P}(rho(q, u) < rho(q, v)))^M$$



since $v_1,dots,v_M$ are i.i.d.



So now we can integrate for $u$ and $v$ and obtain the desired value:



$$ frac{1}{Vol(B(0,1))} intlimits_{u in B(0,1)} Big( intlimits_{v in B(0,1) cap B(u, r), |v| le |u|} (frac{1}{2}I_{2h-h^2}(frac{d+1}{2},frac{1}{2}))^M frac{1}{Vol(B(0,1) cap B(u,r))}dv + intlimits_{v in B(0,1) cap B(u, r), |v| ge |u|} (1 - frac{1}{2}I_{2h-h^2}(frac{d+1}{2},frac{1}{2}))^M frac{1}{Vol(B(0,1) cap B(u,r))}dv Big) du,$$



where $h = 1 - frac{| |v|^2 - |u|^2 |}{2|v-u|}$



The first summand here is about $frac{1}{2^M}$ since regularized incomplete beta function is bounded by $1$, so it remains only to estimate the second summand.



If I was able to estimate the asymptotics of this integral, it would solve my problem!










share|cite|improve this question

















This question has an open bounty worth +200
reputation from Stanislav Morozov ending tomorrow.


This question has not received enough attention.
















  • I don't understand what you mean by Voronoi cell of U. Voronoi diagram partition space relatively to a set of points. What are the other points ?
    – Arnaud Mégret
    Nov 17 at 15:39










  • @ArnaudMégret, the set of points is ${ u, v_1, dots, v_M}$. Points $u, v_1, dots, v_M$ form the partition of the unit ball into Voronoi cells.
    – Stanislav Morozov
    Nov 17 at 16:03















up vote
10
down vote

favorite
4









up vote
10
down vote

favorite
4






4





I have the following problem:




Let us denote a ball with center $C$ and radius $R$ in $mathbb{R}^d$ as $B(C, R)$. Given a unit ball $B(0, 1)$ and vector $u$ has a uniform distribution inside the ball: $u sim U(B(0, 1))$. Then we sample $M$ points $v_1, dots, v_M$ that are uniformly distributed in the ball $B(0, 1)$ and the distance between $u$ and $v_i$ is not greater than $r$, that is $v_i$ are i.i.d. in $B(0, 1) cap B(u, r)$. How to estimate the volume of the Voronoi cell of $u$ inside the ball $B(0, 1)$? I need an upper bound here.




I can obtain only very rough estimates which do not depend on the dimension of the space $d$ and radius $r$. It is clear that the desired values are growing monotonically as $r$ growing and if we put $r ge 2$, then $v_1, dots, v_M$ are uniformly distributed inside the ball $B(0, 1)$. So, $u, v_1, dots, v_M$ are i.i.d. and uniformly distributed in $B(0, 1)$. The rigorous definition of the value that I need to estimate (up to a scaling factor of the volume of unit ball):
$$ mathbb{E}_{u, v_1, dots, v_M} (mathbb{P}{ q~text{belongs to the Voronoi cell of}~u | q sim U(B(0,1))}) $$
It is clear that $mathbb{P}{ q~text{belongs to the Voronoi cell of}~u | q sim U(B(0,1))}$ = $mathbb{P}{ q~text{belongs to the Voronoi cell of}~v_i | q sim U(B(0,1))}$, so the expectations of all volumes are equal and the sum of all volumes is equal to $1$. Hence
$$ mathbb{E}_{u, v_1, dots, v_M} (mathbb{P}{ q~text{belongs to the Voronoi cell of}~u | q sim U(B(0,1))}) = frac{1}{M+1}$$
It remains only to multiply it by the volume of unit ball.



But as $r$ becomes less than $2$ the volume decreases, so would like to obtain estimates which take it into account. Moreover, I performed numerical experiments which shows that the estimation also should depends on the dimension of the space $d$. Here is normal and log scale plots ($M = 10$):
PlotLog scale plot



In the more general case when $r < 2$ we still have that $mathbb{P}{ q~text{belongs to the Voronoi cell of}~v_j | q sim U(B(0,1))}$ = $mathbb{P}{ q~text{belongs to the Voronoi cell of}~v_k | q sim U(B(0,1))}$ and the sum of such probabilities for $u$ and $v_1, dots, v_M$ is equal to $1$, so we have:
$$ mathbb{E}_{u, v_1, dots, v_M} (mathbb{P}{ q~text{belongs to the Voronoi cell of}~u | q sim U(B(0,1))}) + M mathbb{E}_{u, v_1, dots, v_M} (mathbb{P}{ q~text{belongs to the Voronoi cell of}~v_1 | q sim U(B(0,1))}) = 1$$



If we were able to find another equation or estimation on the ratio of volumes, then the problem would be solved.



I would very appreciate any your help, ideas, papers, books and so on. Thank you for your help!



UPD: Also it is possible to directly write down the required value as an integral. It is easy to see that the probability $mathbb{P}(rho(q, u) < rho(q, v_i))$ correspond to the volume of spherical cap, it only remains to find the height of this spherical cap. My calculations showed that if $|u| le |v|$ then
$$ h = 1 - dfrac{|v|^2 - |u|^2}{2|v-u|} $$
$$ mathbb{P} = 1 - frac{1}{2} I_{2h - h^2}(frac{d+1}{2}, frac{1}{2}) $$



and if $|u| ge |v|$ then
$$ h = 1 - dfrac{|u|^2 - |v|^2}{2|v-u|} $$
$$ mathbb{P} = frac{1}{2} I_{2h - h^2}(frac{d+1}{2}, frac{1}{2}) $$



where $I_x(a, b)$ is incomplete regularized beta function.



One more observation is:



$$mathbb{P}{ q~text{belongs to the Voronoi cell of}~u} = mathbb{P}(rho(q, u) < rho(q, v_i), i=1,dots,M) = prodlimits_{i=1}^{M}mathbb{P}(rho(q, u) < rho(q, v_i)) = (mathbb{P}(rho(q, u) < rho(q, v)))^M$$



since $v_1,dots,v_M$ are i.i.d.



So now we can integrate for $u$ and $v$ and obtain the desired value:



$$ frac{1}{Vol(B(0,1))} intlimits_{u in B(0,1)} Big( intlimits_{v in B(0,1) cap B(u, r), |v| le |u|} (frac{1}{2}I_{2h-h^2}(frac{d+1}{2},frac{1}{2}))^M frac{1}{Vol(B(0,1) cap B(u,r))}dv + intlimits_{v in B(0,1) cap B(u, r), |v| ge |u|} (1 - frac{1}{2}I_{2h-h^2}(frac{d+1}{2},frac{1}{2}))^M frac{1}{Vol(B(0,1) cap B(u,r))}dv Big) du,$$



where $h = 1 - frac{| |v|^2 - |u|^2 |}{2|v-u|}$



The first summand here is about $frac{1}{2^M}$ since regularized incomplete beta function is bounded by $1$, so it remains only to estimate the second summand.



If I was able to estimate the asymptotics of this integral, it would solve my problem!










share|cite|improve this question















I have the following problem:




Let us denote a ball with center $C$ and radius $R$ in $mathbb{R}^d$ as $B(C, R)$. Given a unit ball $B(0, 1)$ and vector $u$ has a uniform distribution inside the ball: $u sim U(B(0, 1))$. Then we sample $M$ points $v_1, dots, v_M$ that are uniformly distributed in the ball $B(0, 1)$ and the distance between $u$ and $v_i$ is not greater than $r$, that is $v_i$ are i.i.d. in $B(0, 1) cap B(u, r)$. How to estimate the volume of the Voronoi cell of $u$ inside the ball $B(0, 1)$? I need an upper bound here.




I can obtain only very rough estimates which do not depend on the dimension of the space $d$ and radius $r$. It is clear that the desired values are growing monotonically as $r$ growing and if we put $r ge 2$, then $v_1, dots, v_M$ are uniformly distributed inside the ball $B(0, 1)$. So, $u, v_1, dots, v_M$ are i.i.d. and uniformly distributed in $B(0, 1)$. The rigorous definition of the value that I need to estimate (up to a scaling factor of the volume of unit ball):
$$ mathbb{E}_{u, v_1, dots, v_M} (mathbb{P}{ q~text{belongs to the Voronoi cell of}~u | q sim U(B(0,1))}) $$
It is clear that $mathbb{P}{ q~text{belongs to the Voronoi cell of}~u | q sim U(B(0,1))}$ = $mathbb{P}{ q~text{belongs to the Voronoi cell of}~v_i | q sim U(B(0,1))}$, so the expectations of all volumes are equal and the sum of all volumes is equal to $1$. Hence
$$ mathbb{E}_{u, v_1, dots, v_M} (mathbb{P}{ q~text{belongs to the Voronoi cell of}~u | q sim U(B(0,1))}) = frac{1}{M+1}$$
It remains only to multiply it by the volume of unit ball.



But as $r$ becomes less than $2$ the volume decreases, so would like to obtain estimates which take it into account. Moreover, I performed numerical experiments which shows that the estimation also should depends on the dimension of the space $d$. Here is normal and log scale plots ($M = 10$):
PlotLog scale plot



In the more general case when $r < 2$ we still have that $mathbb{P}{ q~text{belongs to the Voronoi cell of}~v_j | q sim U(B(0,1))}$ = $mathbb{P}{ q~text{belongs to the Voronoi cell of}~v_k | q sim U(B(0,1))}$ and the sum of such probabilities for $u$ and $v_1, dots, v_M$ is equal to $1$, so we have:
$$ mathbb{E}_{u, v_1, dots, v_M} (mathbb{P}{ q~text{belongs to the Voronoi cell of}~u | q sim U(B(0,1))}) + M mathbb{E}_{u, v_1, dots, v_M} (mathbb{P}{ q~text{belongs to the Voronoi cell of}~v_1 | q sim U(B(0,1))}) = 1$$



If we were able to find another equation or estimation on the ratio of volumes, then the problem would be solved.



I would very appreciate any your help, ideas, papers, books and so on. Thank you for your help!



UPD: Also it is possible to directly write down the required value as an integral. It is easy to see that the probability $mathbb{P}(rho(q, u) < rho(q, v_i))$ correspond to the volume of spherical cap, it only remains to find the height of this spherical cap. My calculations showed that if $|u| le |v|$ then
$$ h = 1 - dfrac{|v|^2 - |u|^2}{2|v-u|} $$
$$ mathbb{P} = 1 - frac{1}{2} I_{2h - h^2}(frac{d+1}{2}, frac{1}{2}) $$



and if $|u| ge |v|$ then
$$ h = 1 - dfrac{|u|^2 - |v|^2}{2|v-u|} $$
$$ mathbb{P} = frac{1}{2} I_{2h - h^2}(frac{d+1}{2}, frac{1}{2}) $$



where $I_x(a, b)$ is incomplete regularized beta function.



One more observation is:



$$mathbb{P}{ q~text{belongs to the Voronoi cell of}~u} = mathbb{P}(rho(q, u) < rho(q, v_i), i=1,dots,M) = prodlimits_{i=1}^{M}mathbb{P}(rho(q, u) < rho(q, v_i)) = (mathbb{P}(rho(q, u) < rho(q, v)))^M$$



since $v_1,dots,v_M$ are i.i.d.



So now we can integrate for $u$ and $v$ and obtain the desired value:



$$ frac{1}{Vol(B(0,1))} intlimits_{u in B(0,1)} Big( intlimits_{v in B(0,1) cap B(u, r), |v| le |u|} (frac{1}{2}I_{2h-h^2}(frac{d+1}{2},frac{1}{2}))^M frac{1}{Vol(B(0,1) cap B(u,r))}dv + intlimits_{v in B(0,1) cap B(u, r), |v| ge |u|} (1 - frac{1}{2}I_{2h-h^2}(frac{d+1}{2},frac{1}{2}))^M frac{1}{Vol(B(0,1) cap B(u,r))}dv Big) du,$$



where $h = 1 - frac{| |v|^2 - |u|^2 |}{2|v-u|}$



The first summand here is about $frac{1}{2^M}$ since regularized incomplete beta function is bounded by $1$, so it remains only to estimate the second summand.



If I was able to estimate the asymptotics of this integral, it would solve my problem!







probability geometry stochastic-analysis geometric-probability voronoi-diagram






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Nov 25 at 15:07

























asked Nov 17 at 11:57









Stanislav Morozov

5221418




5221418






This question has an open bounty worth +200
reputation from Stanislav Morozov ending tomorrow.


This question has not received enough attention.








This question has an open bounty worth +200
reputation from Stanislav Morozov ending tomorrow.


This question has not received enough attention.














  • I don't understand what you mean by Voronoi cell of U. Voronoi diagram partition space relatively to a set of points. What are the other points ?
    – Arnaud Mégret
    Nov 17 at 15:39










  • @ArnaudMégret, the set of points is ${ u, v_1, dots, v_M}$. Points $u, v_1, dots, v_M$ form the partition of the unit ball into Voronoi cells.
    – Stanislav Morozov
    Nov 17 at 16:03




















  • I don't understand what you mean by Voronoi cell of U. Voronoi diagram partition space relatively to a set of points. What are the other points ?
    – Arnaud Mégret
    Nov 17 at 15:39










  • @ArnaudMégret, the set of points is ${ u, v_1, dots, v_M}$. Points $u, v_1, dots, v_M$ form the partition of the unit ball into Voronoi cells.
    – Stanislav Morozov
    Nov 17 at 16:03


















I don't understand what you mean by Voronoi cell of U. Voronoi diagram partition space relatively to a set of points. What are the other points ?
– Arnaud Mégret
Nov 17 at 15:39




I don't understand what you mean by Voronoi cell of U. Voronoi diagram partition space relatively to a set of points. What are the other points ?
– Arnaud Mégret
Nov 17 at 15:39












@ArnaudMégret, the set of points is ${ u, v_1, dots, v_M}$. Points $u, v_1, dots, v_M$ form the partition of the unit ball into Voronoi cells.
– Stanislav Morozov
Nov 17 at 16:03






@ArnaudMégret, the set of points is ${ u, v_1, dots, v_M}$. Points $u, v_1, dots, v_M$ form the partition of the unit ball into Voronoi cells.
– Stanislav Morozov
Nov 17 at 16:03












1 Answer
1






active

oldest

votes

















up vote
1
down vote













Not a full solution but too long for a comment:



For $r ll 1$, volume of $B(u,r) ll$ volume of $B(0,1)$ (esp. if $d$ is high), so an approximation might be available:



(1) $P(B(u,r) subset B(0,1)) approx 1$, which enables us to simplify $B(0,1)cap B(u,r) = B(u,r)$, preserving the symmetry of the distribution of $v_i$.



(2) $P(q in B(0,1) - B(u,r)) approx 1$.



Now, $q in Voronoi(u)$ iff $forall i: dist(q,u) < dist(q,v_i)$. Assuming (1) & (2), we can say:



(3) $P(dist(q,u) < dist(q,v_i)) approx 1/2$, since about half of $B(0,1)cap B(u,r) = B(u,r)$ is closer to $q$ than $u$ is. [Consider the hyperplane through $u$ which is $perp$ to the line segment $L$ from $u$ to $q$. The hyperplane bisects $B(u,r)$ into two half-balls. Any $v_i$ in the half-ball away from $q$ satisfies $dist(q,v_i) > dist(q,u)$. In fact even in the half-ball on the same side of $q$ there are some $v_i$ satisfying $dist(q,v_i) > dist(q,u)$, but if $r ll 1$ then with high prob $r ll |L|$ i.e. $q$ is "far away" from $u$ so the approximation should be good.]



(4) $P(q in Voronoi(u)) approx 1/2^M$, since the $v_i$ are independent.



This approximation should be pretty good for $r ll 1$ and esp. at high $d$, because the ratio of volumes goes as $r^d$. E.g. you seem to have simulated the case of $r=0.1, d = 5$ and I wonder if it's accurate there. (I couldn't check the graph myself since you didn't mention what $M$ you used.)



BTW, this approximation totally ignores the part of $Voronoi(u)$ that is actually inside $B(u,r)$. Effectively we're saying any such part of the Voronoi cell will be too small to matter, and instead the expected volume is almost entirely made of the rare cases when a large portion of $B(0,1)$ is available as $Voronoi(u)$ because all the $v_i$ happen to be picked from "the other side". However, this kind of approximation may break down when $M$ is very large, as the $1/2^M$ term becomes tiny and the part of $Voronoi(u)$ inside $B(u,r)$ might become the dominant (but still very small) term.



For intermediate values of $r, d, M$, the problem seems very difficult to solve exactly, but the intuition probably still kinda holds. The key factor is probably the volume ratio $r^d$, although now that $B(u,r) cap B(0,1)$ is not a ball it significantly complicates matters. But at least this may give an idea why for higher $d$ the probability is closer to the low value ($1/2^M$) but for lower $d$ the probability is closer to the $1/(M+1)$ value.



BTW are you seriously interested in all possible $r,d,M$? If in your application you have certain ranges that are of more interest there might be better solutions / approximations available. (E.g. the case of $M=1$ might be exactly solvable...)






share|cite|improve this answer























  • Thank you for your answer. Can you explain why $P(dist(q, u) < dist(q, v_i)) = 1/2$? It is not true that $u$ and $v_i$ are equally distributed inside $B(u, r)$ since $u$ is exactly the center of the ball. I am mostly interested in the following range of values: $r$ from $0.1$ to $0.5$, $M$ about several hundreds and $d$ from $2$ to $20$. So, for $r = 0.1$ and $d = 20$ the probability that $B(0, 1) cap B(u, r) = B(u, r)$ is equal to $(1 - r)^d = 0.9^{20} approx 0.12158...$ which is small enough. P.S. I forgot to say about $M$ in my experiments, so in was $10$.
    – Stanislav Morozov
    Nov 17 at 21:57












  • I have added some explanation to (3). Does that help? For $M=10, r=0.1, d=5$, my approximation would predict $1/2^M = 1/1024 approx 10^{-3}$, which seems to match your simulation results. But I'm not so sure that the approximation remains good for $M > 100$ since by then the $1/2^M$ term is so small that the Voronoi cell inside $B(u,r)$ might become the dominant (albeit still small) term.
    – antkam
    Nov 18 at 3:43













Your Answer





StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3002272%2fvoronoi-cell-volume-inside-the-ball%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
1
down vote













Not a full solution but too long for a comment:



For $r ll 1$, volume of $B(u,r) ll$ volume of $B(0,1)$ (esp. if $d$ is high), so an approximation might be available:



(1) $P(B(u,r) subset B(0,1)) approx 1$, which enables us to simplify $B(0,1)cap B(u,r) = B(u,r)$, preserving the symmetry of the distribution of $v_i$.



(2) $P(q in B(0,1) - B(u,r)) approx 1$.



Now, $q in Voronoi(u)$ iff $forall i: dist(q,u) < dist(q,v_i)$. Assuming (1) & (2), we can say:



(3) $P(dist(q,u) < dist(q,v_i)) approx 1/2$, since about half of $B(0,1)cap B(u,r) = B(u,r)$ is closer to $q$ than $u$ is. [Consider the hyperplane through $u$ which is $perp$ to the line segment $L$ from $u$ to $q$. The hyperplane bisects $B(u,r)$ into two half-balls. Any $v_i$ in the half-ball away from $q$ satisfies $dist(q,v_i) > dist(q,u)$. In fact even in the half-ball on the same side of $q$ there are some $v_i$ satisfying $dist(q,v_i) > dist(q,u)$, but if $r ll 1$ then with high prob $r ll |L|$ i.e. $q$ is "far away" from $u$ so the approximation should be good.]



(4) $P(q in Voronoi(u)) approx 1/2^M$, since the $v_i$ are independent.



This approximation should be pretty good for $r ll 1$ and esp. at high $d$, because the ratio of volumes goes as $r^d$. E.g. you seem to have simulated the case of $r=0.1, d = 5$ and I wonder if it's accurate there. (I couldn't check the graph myself since you didn't mention what $M$ you used.)



BTW, this approximation totally ignores the part of $Voronoi(u)$ that is actually inside $B(u,r)$. Effectively we're saying any such part of the Voronoi cell will be too small to matter, and instead the expected volume is almost entirely made of the rare cases when a large portion of $B(0,1)$ is available as $Voronoi(u)$ because all the $v_i$ happen to be picked from "the other side". However, this kind of approximation may break down when $M$ is very large, as the $1/2^M$ term becomes tiny and the part of $Voronoi(u)$ inside $B(u,r)$ might become the dominant (but still very small) term.



For intermediate values of $r, d, M$, the problem seems very difficult to solve exactly, but the intuition probably still kinda holds. The key factor is probably the volume ratio $r^d$, although now that $B(u,r) cap B(0,1)$ is not a ball it significantly complicates matters. But at least this may give an idea why for higher $d$ the probability is closer to the low value ($1/2^M$) but for lower $d$ the probability is closer to the $1/(M+1)$ value.



BTW are you seriously interested in all possible $r,d,M$? If in your application you have certain ranges that are of more interest there might be better solutions / approximations available. (E.g. the case of $M=1$ might be exactly solvable...)






share|cite|improve this answer























  • Thank you for your answer. Can you explain why $P(dist(q, u) < dist(q, v_i)) = 1/2$? It is not true that $u$ and $v_i$ are equally distributed inside $B(u, r)$ since $u$ is exactly the center of the ball. I am mostly interested in the following range of values: $r$ from $0.1$ to $0.5$, $M$ about several hundreds and $d$ from $2$ to $20$. So, for $r = 0.1$ and $d = 20$ the probability that $B(0, 1) cap B(u, r) = B(u, r)$ is equal to $(1 - r)^d = 0.9^{20} approx 0.12158...$ which is small enough. P.S. I forgot to say about $M$ in my experiments, so in was $10$.
    – Stanislav Morozov
    Nov 17 at 21:57












  • I have added some explanation to (3). Does that help? For $M=10, r=0.1, d=5$, my approximation would predict $1/2^M = 1/1024 approx 10^{-3}$, which seems to match your simulation results. But I'm not so sure that the approximation remains good for $M > 100$ since by then the $1/2^M$ term is so small that the Voronoi cell inside $B(u,r)$ might become the dominant (albeit still small) term.
    – antkam
    Nov 18 at 3:43

















up vote
1
down vote













Not a full solution but too long for a comment:



For $r ll 1$, volume of $B(u,r) ll$ volume of $B(0,1)$ (esp. if $d$ is high), so an approximation might be available:



(1) $P(B(u,r) subset B(0,1)) approx 1$, which enables us to simplify $B(0,1)cap B(u,r) = B(u,r)$, preserving the symmetry of the distribution of $v_i$.



(2) $P(q in B(0,1) - B(u,r)) approx 1$.



Now, $q in Voronoi(u)$ iff $forall i: dist(q,u) < dist(q,v_i)$. Assuming (1) & (2), we can say:



(3) $P(dist(q,u) < dist(q,v_i)) approx 1/2$, since about half of $B(0,1)cap B(u,r) = B(u,r)$ is closer to $q$ than $u$ is. [Consider the hyperplane through $u$ which is $perp$ to the line segment $L$ from $u$ to $q$. The hyperplane bisects $B(u,r)$ into two half-balls. Any $v_i$ in the half-ball away from $q$ satisfies $dist(q,v_i) > dist(q,u)$. In fact even in the half-ball on the same side of $q$ there are some $v_i$ satisfying $dist(q,v_i) > dist(q,u)$, but if $r ll 1$ then with high prob $r ll |L|$ i.e. $q$ is "far away" from $u$ so the approximation should be good.]



(4) $P(q in Voronoi(u)) approx 1/2^M$, since the $v_i$ are independent.



This approximation should be pretty good for $r ll 1$ and esp. at high $d$, because the ratio of volumes goes as $r^d$. E.g. you seem to have simulated the case of $r=0.1, d = 5$ and I wonder if it's accurate there. (I couldn't check the graph myself since you didn't mention what $M$ you used.)



BTW, this approximation totally ignores the part of $Voronoi(u)$ that is actually inside $B(u,r)$. Effectively we're saying any such part of the Voronoi cell will be too small to matter, and instead the expected volume is almost entirely made of the rare cases when a large portion of $B(0,1)$ is available as $Voronoi(u)$ because all the $v_i$ happen to be picked from "the other side". However, this kind of approximation may break down when $M$ is very large, as the $1/2^M$ term becomes tiny and the part of $Voronoi(u)$ inside $B(u,r)$ might become the dominant (but still very small) term.



For intermediate values of $r, d, M$, the problem seems very difficult to solve exactly, but the intuition probably still kinda holds. The key factor is probably the volume ratio $r^d$, although now that $B(u,r) cap B(0,1)$ is not a ball it significantly complicates matters. But at least this may give an idea why for higher $d$ the probability is closer to the low value ($1/2^M$) but for lower $d$ the probability is closer to the $1/(M+1)$ value.



BTW are you seriously interested in all possible $r,d,M$? If in your application you have certain ranges that are of more interest there might be better solutions / approximations available. (E.g. the case of $M=1$ might be exactly solvable...)






share|cite|improve this answer























  • Thank you for your answer. Can you explain why $P(dist(q, u) < dist(q, v_i)) = 1/2$? It is not true that $u$ and $v_i$ are equally distributed inside $B(u, r)$ since $u$ is exactly the center of the ball. I am mostly interested in the following range of values: $r$ from $0.1$ to $0.5$, $M$ about several hundreds and $d$ from $2$ to $20$. So, for $r = 0.1$ and $d = 20$ the probability that $B(0, 1) cap B(u, r) = B(u, r)$ is equal to $(1 - r)^d = 0.9^{20} approx 0.12158...$ which is small enough. P.S. I forgot to say about $M$ in my experiments, so in was $10$.
    – Stanislav Morozov
    Nov 17 at 21:57












  • I have added some explanation to (3). Does that help? For $M=10, r=0.1, d=5$, my approximation would predict $1/2^M = 1/1024 approx 10^{-3}$, which seems to match your simulation results. But I'm not so sure that the approximation remains good for $M > 100$ since by then the $1/2^M$ term is so small that the Voronoi cell inside $B(u,r)$ might become the dominant (albeit still small) term.
    – antkam
    Nov 18 at 3:43















up vote
1
down vote










up vote
1
down vote









Not a full solution but too long for a comment:



For $r ll 1$, volume of $B(u,r) ll$ volume of $B(0,1)$ (esp. if $d$ is high), so an approximation might be available:



(1) $P(B(u,r) subset B(0,1)) approx 1$, which enables us to simplify $B(0,1)cap B(u,r) = B(u,r)$, preserving the symmetry of the distribution of $v_i$.



(2) $P(q in B(0,1) - B(u,r)) approx 1$.



Now, $q in Voronoi(u)$ iff $forall i: dist(q,u) < dist(q,v_i)$. Assuming (1) & (2), we can say:



(3) $P(dist(q,u) < dist(q,v_i)) approx 1/2$, since about half of $B(0,1)cap B(u,r) = B(u,r)$ is closer to $q$ than $u$ is. [Consider the hyperplane through $u$ which is $perp$ to the line segment $L$ from $u$ to $q$. The hyperplane bisects $B(u,r)$ into two half-balls. Any $v_i$ in the half-ball away from $q$ satisfies $dist(q,v_i) > dist(q,u)$. In fact even in the half-ball on the same side of $q$ there are some $v_i$ satisfying $dist(q,v_i) > dist(q,u)$, but if $r ll 1$ then with high prob $r ll |L|$ i.e. $q$ is "far away" from $u$ so the approximation should be good.]



(4) $P(q in Voronoi(u)) approx 1/2^M$, since the $v_i$ are independent.



This approximation should be pretty good for $r ll 1$ and esp. at high $d$, because the ratio of volumes goes as $r^d$. E.g. you seem to have simulated the case of $r=0.1, d = 5$ and I wonder if it's accurate there. (I couldn't check the graph myself since you didn't mention what $M$ you used.)



BTW, this approximation totally ignores the part of $Voronoi(u)$ that is actually inside $B(u,r)$. Effectively we're saying any such part of the Voronoi cell will be too small to matter, and instead the expected volume is almost entirely made of the rare cases when a large portion of $B(0,1)$ is available as $Voronoi(u)$ because all the $v_i$ happen to be picked from "the other side". However, this kind of approximation may break down when $M$ is very large, as the $1/2^M$ term becomes tiny and the part of $Voronoi(u)$ inside $B(u,r)$ might become the dominant (but still very small) term.



For intermediate values of $r, d, M$, the problem seems very difficult to solve exactly, but the intuition probably still kinda holds. The key factor is probably the volume ratio $r^d$, although now that $B(u,r) cap B(0,1)$ is not a ball it significantly complicates matters. But at least this may give an idea why for higher $d$ the probability is closer to the low value ($1/2^M$) but for lower $d$ the probability is closer to the $1/(M+1)$ value.



BTW are you seriously interested in all possible $r,d,M$? If in your application you have certain ranges that are of more interest there might be better solutions / approximations available. (E.g. the case of $M=1$ might be exactly solvable...)






share|cite|improve this answer














Not a full solution but too long for a comment:



For $r ll 1$, volume of $B(u,r) ll$ volume of $B(0,1)$ (esp. if $d$ is high), so an approximation might be available:



(1) $P(B(u,r) subset B(0,1)) approx 1$, which enables us to simplify $B(0,1)cap B(u,r) = B(u,r)$, preserving the symmetry of the distribution of $v_i$.



(2) $P(q in B(0,1) - B(u,r)) approx 1$.



Now, $q in Voronoi(u)$ iff $forall i: dist(q,u) < dist(q,v_i)$. Assuming (1) & (2), we can say:



(3) $P(dist(q,u) < dist(q,v_i)) approx 1/2$, since about half of $B(0,1)cap B(u,r) = B(u,r)$ is closer to $q$ than $u$ is. [Consider the hyperplane through $u$ which is $perp$ to the line segment $L$ from $u$ to $q$. The hyperplane bisects $B(u,r)$ into two half-balls. Any $v_i$ in the half-ball away from $q$ satisfies $dist(q,v_i) > dist(q,u)$. In fact even in the half-ball on the same side of $q$ there are some $v_i$ satisfying $dist(q,v_i) > dist(q,u)$, but if $r ll 1$ then with high prob $r ll |L|$ i.e. $q$ is "far away" from $u$ so the approximation should be good.]



(4) $P(q in Voronoi(u)) approx 1/2^M$, since the $v_i$ are independent.



This approximation should be pretty good for $r ll 1$ and esp. at high $d$, because the ratio of volumes goes as $r^d$. E.g. you seem to have simulated the case of $r=0.1, d = 5$ and I wonder if it's accurate there. (I couldn't check the graph myself since you didn't mention what $M$ you used.)



BTW, this approximation totally ignores the part of $Voronoi(u)$ that is actually inside $B(u,r)$. Effectively we're saying any such part of the Voronoi cell will be too small to matter, and instead the expected volume is almost entirely made of the rare cases when a large portion of $B(0,1)$ is available as $Voronoi(u)$ because all the $v_i$ happen to be picked from "the other side". However, this kind of approximation may break down when $M$ is very large, as the $1/2^M$ term becomes tiny and the part of $Voronoi(u)$ inside $B(u,r)$ might become the dominant (but still very small) term.



For intermediate values of $r, d, M$, the problem seems very difficult to solve exactly, but the intuition probably still kinda holds. The key factor is probably the volume ratio $r^d$, although now that $B(u,r) cap B(0,1)$ is not a ball it significantly complicates matters. But at least this may give an idea why for higher $d$ the probability is closer to the low value ($1/2^M$) but for lower $d$ the probability is closer to the $1/(M+1)$ value.



BTW are you seriously interested in all possible $r,d,M$? If in your application you have certain ranges that are of more interest there might be better solutions / approximations available. (E.g. the case of $M=1$ might be exactly solvable...)







share|cite|improve this answer














share|cite|improve this answer



share|cite|improve this answer








edited Nov 18 at 3:47

























answered Nov 17 at 19:44









antkam

1,373112




1,373112












  • Thank you for your answer. Can you explain why $P(dist(q, u) < dist(q, v_i)) = 1/2$? It is not true that $u$ and $v_i$ are equally distributed inside $B(u, r)$ since $u$ is exactly the center of the ball. I am mostly interested in the following range of values: $r$ from $0.1$ to $0.5$, $M$ about several hundreds and $d$ from $2$ to $20$. So, for $r = 0.1$ and $d = 20$ the probability that $B(0, 1) cap B(u, r) = B(u, r)$ is equal to $(1 - r)^d = 0.9^{20} approx 0.12158...$ which is small enough. P.S. I forgot to say about $M$ in my experiments, so in was $10$.
    – Stanislav Morozov
    Nov 17 at 21:57












  • I have added some explanation to (3). Does that help? For $M=10, r=0.1, d=5$, my approximation would predict $1/2^M = 1/1024 approx 10^{-3}$, which seems to match your simulation results. But I'm not so sure that the approximation remains good for $M > 100$ since by then the $1/2^M$ term is so small that the Voronoi cell inside $B(u,r)$ might become the dominant (albeit still small) term.
    – antkam
    Nov 18 at 3:43




















  • Thank you for your answer. Can you explain why $P(dist(q, u) < dist(q, v_i)) = 1/2$? It is not true that $u$ and $v_i$ are equally distributed inside $B(u, r)$ since $u$ is exactly the center of the ball. I am mostly interested in the following range of values: $r$ from $0.1$ to $0.5$, $M$ about several hundreds and $d$ from $2$ to $20$. So, for $r = 0.1$ and $d = 20$ the probability that $B(0, 1) cap B(u, r) = B(u, r)$ is equal to $(1 - r)^d = 0.9^{20} approx 0.12158...$ which is small enough. P.S. I forgot to say about $M$ in my experiments, so in was $10$.
    – Stanislav Morozov
    Nov 17 at 21:57












  • I have added some explanation to (3). Does that help? For $M=10, r=0.1, d=5$, my approximation would predict $1/2^M = 1/1024 approx 10^{-3}$, which seems to match your simulation results. But I'm not so sure that the approximation remains good for $M > 100$ since by then the $1/2^M$ term is so small that the Voronoi cell inside $B(u,r)$ might become the dominant (albeit still small) term.
    – antkam
    Nov 18 at 3:43


















Thank you for your answer. Can you explain why $P(dist(q, u) < dist(q, v_i)) = 1/2$? It is not true that $u$ and $v_i$ are equally distributed inside $B(u, r)$ since $u$ is exactly the center of the ball. I am mostly interested in the following range of values: $r$ from $0.1$ to $0.5$, $M$ about several hundreds and $d$ from $2$ to $20$. So, for $r = 0.1$ and $d = 20$ the probability that $B(0, 1) cap B(u, r) = B(u, r)$ is equal to $(1 - r)^d = 0.9^{20} approx 0.12158...$ which is small enough. P.S. I forgot to say about $M$ in my experiments, so in was $10$.
– Stanislav Morozov
Nov 17 at 21:57






Thank you for your answer. Can you explain why $P(dist(q, u) < dist(q, v_i)) = 1/2$? It is not true that $u$ and $v_i$ are equally distributed inside $B(u, r)$ since $u$ is exactly the center of the ball. I am mostly interested in the following range of values: $r$ from $0.1$ to $0.5$, $M$ about several hundreds and $d$ from $2$ to $20$. So, for $r = 0.1$ and $d = 20$ the probability that $B(0, 1) cap B(u, r) = B(u, r)$ is equal to $(1 - r)^d = 0.9^{20} approx 0.12158...$ which is small enough. P.S. I forgot to say about $M$ in my experiments, so in was $10$.
– Stanislav Morozov
Nov 17 at 21:57














I have added some explanation to (3). Does that help? For $M=10, r=0.1, d=5$, my approximation would predict $1/2^M = 1/1024 approx 10^{-3}$, which seems to match your simulation results. But I'm not so sure that the approximation remains good for $M > 100$ since by then the $1/2^M$ term is so small that the Voronoi cell inside $B(u,r)$ might become the dominant (albeit still small) term.
– antkam
Nov 18 at 3:43






I have added some explanation to (3). Does that help? For $M=10, r=0.1, d=5$, my approximation would predict $1/2^M = 1/1024 approx 10^{-3}$, which seems to match your simulation results. But I'm not so sure that the approximation remains good for $M > 100$ since by then the $1/2^M$ term is so small that the Voronoi cell inside $B(u,r)$ might become the dominant (albeit still small) term.
– antkam
Nov 18 at 3:43




















draft saved

draft discarded




















































Thanks for contributing an answer to Mathematics Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


Use MathJax to format equations. MathJax reference.


To learn more, see our tips on writing great answers.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3002272%2fvoronoi-cell-volume-inside-the-ball%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

QoS: MAC-Priority for clients behind a repeater

Ивакино (Тотемский район)

Can't locate Autom4te/ChannelDefs.pm in @INC (when it definitely is there)