coding: modified vecfield analyzer (IgorPro) VEC9_BiDirectionForce_Histo()
created a new function VEC9_BiDirectionForce_Histo()
prupose: the flow rate ratio has been calculated in "Away, Normal, Towards" directions (3 directional categories). The new version calculates in two different directions: away and towards. The largest difference in this calculation is that the vectorial component (projection of the vector to the axis that connects reference point and the origin of the vector: cosine of the relative angle) of the flow is determined and integrated in each direction. For example, if 10 proteins are moving with a velocity of 2^0.5 towards 45 degrees against the reference point, the flow it self would be 10 * 2^0.5 but the vectorial component towards the reference point is 10 * 2^0.5 * cosine(45).
created associated funcitons
V_CheckBinaryRoughDir() //060511
V9_CollectBinaryFRAllVecWin()
multiaccumulatorBin(pref,type)
K_histstatsBin(pref,type)
prupose: the flow rate ratio has been calculated in "Away, Normal, Towards" directions (3 directional categories). The new version calculates in two different directions: away and towards. The largest difference in this calculation is that the vectorial component (projection of the vector to the axis that connects reference point and the origin of the vector: cosine of the relative angle) of the flow is determined and integrated in each direction. For example, if 10 proteins are moving with a velocity of 2^0.5 towards 45 degrees against the reference point, the flow it self would be 10 * 2^0.5 but the vectorial component towards the reference point is 10 * 2^0.5 * cosine(45).
created associated funcitons
V_CheckBinaryRoughDir() //060511
V9_CollectBinaryFRAllVecWin()
multiaccumulatorBin(pref,type)
K_histstatsBin(pref,type)

