comparison scripts/statistics/distributions/logistic_rnd.m @ 23084:ef4d915df748

maint: Merge stable to default.
author John W. Eaton <jwe@octave.org>
date Mon, 23 Jan 2017 14:27:48 -0500
parents 3a2b891d0b33 e9a0469dedd9
children 194eb4bd202b
comparison
equal deleted inserted replaced
23081:7485462a6924 23084:ef4d915df748
68 %!error logistic_rnd (-1) 68 %!error logistic_rnd (-1)
69 %!error logistic_rnd (ones (2)) 69 %!error logistic_rnd (ones (2))
70 %!error logistic_rnd ([2 -1 2]) 70 %!error logistic_rnd ([2 -1 2])
71 %!error logistic_rnd (1, ones (2)) 71 %!error logistic_rnd (1, ones (2))
72 %!error logistic_rnd (1, -1) 72 %!error logistic_rnd (1, -1)
73